From 510dba88c3eee5a73c60ef82c3691b92c5efc2f4 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 19 Jan 2024 13:42:40 -0500 Subject: [PATCH] Typo fix --- emacs/+orgmode.el | 2 +- emacs/config.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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