Commit d61312f826c3

Vincent Demeester <vincent@sbr.pm>
2019-03-15 16:50:39
setup-org: org-refile allow creating parent
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 23d1334
Changed files (1)
lisp/setup-org.el
@@ -64,7 +64,8 @@
   (setq org-use-property-inheritance t)
 
   (setq org-refile-use-outline-path 'file
-        org-outline-path-complete-in-steps nil)
+        org-outline-path-complete-in-steps nil
+        org-refile-allow-creating-parent-nodes 'confirm)
 
   (setq org-refile-targets (append '((org-default-media-file :level . 1)
                                      (org-default-inbox-file :level . 0))