Tweak Org’s refile settings
This commit is contained in:
parent
2d33f19560
commit
2053c10572
@ -2424,7 +2424,11 @@ This is a big one; I use a lot of customisation here.
|
||||
org-enforce-todo-dependencies t
|
||||
org-catch-invisible-edits 'show
|
||||
org-log-reschedule 'time
|
||||
org-log-redeadline 'note)
|
||||
org-log-redeadline 'note
|
||||
org-refile-targets '((org-agenda-files :maxlevel . 3))
|
||||
org-refile-use-outline-path 'file
|
||||
org-outline-path-complete-in-steps nil
|
||||
org-refile-allow-creating-parent-nodes 'confirm)
|
||||
:config
|
||||
;; Load the markdown exporter
|
||||
(require 'ox-md)
|
||||
|
Loading…
Reference in New Issue
Block a user