From 12d127512fd1d15589e04c9c65dcfad99f9d38a2 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 29 Jul 2021 15:14:59 +0200 Subject: [PATCH] Add work entry --- files/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/files/init.el b/files/init.el index 78446d7..afa8161 100644 --- a/files/init.el +++ b/files/init.el @@ -311,6 +311,7 @@ org-log-done 'time org-capture-templates (quote (("j" "Japanese" entry (file "~/org/japanese.org") "* TODO %?\n") + ("w" "Work" entry (file "~/org/work.org") "* TODO %?\n") ("u" "University" entry (file "~/org/uni.org") "* TODO %?\n") ("p" "Personal" entry (file "~/org/personal.org") "* TODO %?\n"))) org-edit-src-content-indentation 0))