Remove some unused capture templates

This commit is contained in:
Andreas Zweili 2022-05-16 18:14:58 +02:00
parent 6bf48f68d2
commit 1b15d019eb
1 changed files with 4 additions and 9 deletions

View File

@ -1811,17 +1811,12 @@ easy to start the clock at the beginning of the day.
(when (is-linux-p) (when (is-linux-p)
(setq org-capture-templates (setq org-capture-templates
(quote (quote
(("j" "Journal" entry (file+datetree "~/nextcloud/12_tasks/journal.org") (("t" "Adds a Next entry" entry
"* %U\n\n%?" :empty-lines 1)
("p" "Small Project" entry
(file+headline "~/nextcloud/12_tasks/personal.org" "Capture") (file+headline "~/nextcloud/12_tasks/personal.org" "Capture")
(file "~/nextcloud/03_documents/org/settings/templates/temp_personal_small_project.txt")) (file "~/nextcloud/12_tasks/settings/templates/temp_personal_todo.txt")
("t" "Adds a Next entry" entry
(file+headline "~/nextcloud/12_tasks/personal.org" "Capture")
(file "~/nextcloud/03_documents/org/settings/templates/temp_personal_todo.txt")
:empty-lines 1) :empty-lines 1)
("n" "Add note" plain (file my/org-capture-read-file-name) ("n" "Add note" plain (file my/org-capture-read-file-name)
(file "~/nextcloud/03_documents/org/settings/templates/temp_note.txt")) (file "~/nextcloud/12_tasks/settings/templates/temp_note.txt"))
))))) )))))
(when (boundp 'enable-work-agenda) (when (boundp 'enable-work-agenda)