Specify my personal and work agendas for refile
This commit is contained in:
parent
5d72a0905e
commit
8a488356b3
1 changed files with 3 additions and 1 deletions
|
@ -129,7 +129,9 @@
|
||||||
(setq org-hide-emphasis-markers t)
|
(setq org-hide-emphasis-markers t)
|
||||||
(setq org-outline-path-complete-in-steps t)
|
(setq org-outline-path-complete-in-steps t)
|
||||||
(setq org-refile-allow-creating-parent-nodes t)
|
(setq org-refile-allow-creating-parent-nodes t)
|
||||||
(setq org-refile-targets '((nil . (:maxlevel . 6))))
|
(setq org-refile-targets `((,(append oni:personal-agenda-files
|
||||||
|
oni:work-agenda-files)
|
||||||
|
. (:maxlevel . 6))))
|
||||||
(setq org-refile-use-outline-path 'file)
|
(setq org-refile-use-outline-path 'file)
|
||||||
(setq org-return-follows-link t)
|
(setq org-return-follows-link t)
|
||||||
(setq org-src-fontify-natively t)
|
(setq org-src-fontify-natively t)
|
||||||
|
|
Loading…
Reference in a new issue