emacs: add spark.org as refile target

This commit is contained in:
Jez Cope 2021-03-20 22:30:13 +00:00
parent 813bfe10f0
commit cef9e2788a
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@ The environment variable ~SSH_AUTH_SOCK~ needs to be set for git to work within
jc/agenda-file-work (f-expand "Todo/todo-work.org" jc/notes-dir)
jc/agenda-files-all (list jc/agenda-file-work jc/agenda-file-home)
org-agenda-files jc/agenda-files-all
jc/spark-file (f-expand "spark.org" org-roam-directory)
org-archive-location "%s_archive::datetree/"
jc/agenda-file-home-archive (concat jc/agenda-file-home "_archive")
@ -104,6 +105,7 @@ The environment variable ~SSH_AUTH_SOCK~ needs to be set for git to work within
#+begin_src emacs-lisp
(setq org-refile-targets `((,jc/agenda-files-all . (:maxlevel . 3))
(,jc/spark-file . (:maxlevel . 2))
(nil . (:maxlevel . 3)))
org-refile-use-outline-path nil)
#+end_src