Tweak Org’s refile settings

This commit is contained in:
Gergely Polonkai 2018-11-18 07:09:32 +01:00
parent 2d33f19560
commit 2053c10572
1 changed files with 5 additions and 1 deletions

View File

@ -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)