Add work entry

This commit is contained in:
Marco Thomas
2021-07-29 15:14:59 +02:00
parent e064fa335c
commit 12d127512f

View File

@@ -311,6 +311,7 @@
org-log-done 'time org-log-done 'time
org-capture-templates org-capture-templates
(quote (("j" "Japanese" entry (file "~/org/japanese.org") "* TODO %?\n") (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") ("u" "University" entry (file "~/org/uni.org") "* TODO %?\n")
("p" "Personal" entry (file "~/org/personal.org") "* TODO %?\n"))) ("p" "Personal" entry (file "~/org/personal.org") "* TODO %?\n")))
org-edit-src-content-indentation 0)) org-edit-src-content-indentation 0))