This commit is contained in:
James Patrick 2024-01-19 13:42:40 -05:00
parent fd6003233a
commit 510dba88c3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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