From 36c84c64869e613341d4be3b02597b9c39416650 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 4 Mar 2020 19:41:29 -0500 Subject: [PATCH] Make org-board archiving recursive --- emacs/init.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index af60a59..debbd5b 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1986,6 +1986,9 @@ Intelligently inserts an org-mode link from the clipboard. (file org-capture-bookmark-file) "#+TITLE: %(org-capture-bookmark-title)\n\n- tags :: [[file:deft/bookmarks.org][Bookmarks]]\n- source :: %(org-capture-bookmark-link)\n%?\n* Bookmark")) :config + (add-to-list 'org-board-wget-switches "--recursive") + (add-to-list 'org-board-wget-switches "--level=1") + (add-to-list 'org-board-wget-switches "--span-hosts") ;; Use w3m instead of eww to open org-board archived links (advice-add 'org-board-open-with :around (lambda (oldfn filename-string arg &rest args)