ADD questions file

This commit is contained in:
Nathan Dwarshuis 2020-11-23 23:34:28 -05:00
parent 65423e9fcc
commit 21c7eadd02
1 changed files with 1 additions and 0 deletions

View File

@ -2116,6 +2116,7 @@ Refile (like capture) should be fast, and I search all org file simultaneously u
#+BEGIN_SRC emacs-lisp
(setq org-refile-targets '((nil :maxlevel . 9)
("~/Org/reference/idea.org" :maxlevel . 9)
("~/Org/reference/questions.org" :maxlevel . 9)
(org-agenda-files :maxlevel . 9))
org-refile-use-outline-path t
org-outline-path-complete-in-steps nil