Make org-board archiving recursive
This commit is contained in:
parent
1c85c206f4
commit
36c84c6486
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user