[emacs] Fix refile function call

This commit is contained in:
Sebastian Schulze 2018-10-11 08:23:55 +02:00
parent 0651d042b6
commit 0556bad604
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
("r" "RubyShift" entry (file+headline "~/Documents/Zettelkasten/Projects.org" "RubyShift")
"* %?\nEntered on %U\n %i\n %a")))
(setq org-refile-targets '((org-agenda-files :maxlevel . 4)))
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 4))))
(setq org-refile-use-outline-path 'file)
(setq org-outline-path-complete-in-steps nil)
(setq org-refile-allow-creating-parent-nodes 'confirm)