diff --git a/emacs/+orgmode.el b/emacs/+orgmode.el index 80e0192..7dd31fa 100644 --- a/emacs/+orgmode.el +++ b/emacs/+orgmode.el @@ -15,7 +15,7 @@ (setq org-agenda-files (list (concat org-directory "Todos/" ))) -(defvar-local +org-capture-work-todo +(defvar-local +org-capture-work-todo-file (expand-file-name "Work/todo.org" org-directory)) (add-to-list 'org-capture-templates '("w" "Work Todo" entry diff --git a/emacs/config.org b/emacs/config.org index 181e5cc..94464f4 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -613,7 +613,7 @@ ln -s $HOME/org/Work/todo.org $HOME/org/Todo/work.org I still want to capture work related notes where ever I am though. #+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no -(defvar-local +org-capture-work-todo +(defvar-local +org-capture-work-todo-file (expand-file-name "Work/todo.org" org-directory)) (add-to-list 'org-capture-templates '("w" "Work Todo" entry