Make note subheadings valid refile targets

This commit is contained in:
Jeremy Dormitzer 2019-02-06 19:14:03 -05:00
parent 38c19e4eff
commit edb8e5740f

View File

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