Prep for matrix refile.

This commit is contained in:
josiah 2021-08-18 16:38:25 -05:00
parent e50f1583f2
commit 9e945bc327

View File

@ -60,6 +60,10 @@
(setq org-outline-path-complete-in-steps nil) ; Refile in a single go (setq org-outline-path-complete-in-steps nil) ; Refile in a single go
(setq org-refile-use-outline-path t) ; Show full paths for refiling (setq org-refile-use-outline-path t) ; Show full paths for refiling
(setq org-agenda-files '("~/Sync/Documents/org/")) ; add files to agenda: (setq org-agenda-files '("~/Sync/Documents/org/")) ; add files to agenda:
(setq org-agenda-files (list "~/Sync/Documents/org"
"~/Documents/projects/molly/data/matrix-refile.org"))
(with-current-buffer "matrix-refile.org" (auto-revert-mode))
(setq org-directory "~/Sync/Documents/org/") ; define generic org capture shit (setq org-directory "~/Sync/Documents/org/") ; define generic org capture shit