diff --git a/.emacs.d/jlj-org.el b/.emacs.d/jlj-org.el index 8795ed7..43658e4 100644 --- a/.emacs.d/jlj-org.el +++ b/.emacs.d/jlj-org.el @@ -60,6 +60,10 @@ (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-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