[Org] Allow current buffer as additional refile target

This commit is contained in:
Daniel - 2018-08-14 19:50:25 +02:00
parent 78fb2e2860
commit 68c235b3d0
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -740,7 +740,8 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l?
;; Refiling targets include this file and any file contributing to the agenda,
;; up to 9 levels deep
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 9))))
(setq org-refile-targets '((org-agenda-files . (:maxlevel . 9))
(nil . (:maxlevel . 9))))
;; Use full outline paths for refile targets
(setq org-refile-use-outline-path 'file)