Make note subheadings valid refile targets
This commit is contained in:
parent
38c19e4eff
commit
edb8e5740f
@ -638,7 +638,8 @@ Always show inline images:
|
||||
** Refile targets
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq org-refile-use-outline-path 'file
|
||||
org-refile-targets `((org-agenda-files :level . 0)))
|
||||
org-refile-targets `((org-agenda-files :level . 0)
|
||||
(,(agenda-files "notes.org") :level . 1)))
|
||||
#+END_SRC
|
||||
|
||||
** Todo keywords
|
||||
|
Loading…
Reference in New Issue
Block a user