feat: Comment out/remove unused cap templates

This commit is contained in:
2025-09-13 10:16:00 +03:00
parent e66f8e6ade
commit 9b02482290

View File

@@ -263,18 +263,18 @@
("on" "Project notes" entry #'+org-capture-central-project-notes-file "* %U %?\n %i\n %a" :heading "Notes" :prepend t) ("on" "Project notes" entry #'+org-capture-central-project-notes-file "* %U %?\n %i\n %a" :heading "Notes" :prepend t)
("oc" "Project changelog" entry #'+org-capture-central-project-changelog-file "* %U %?\n %i\n %a" :heading "Changelog" :prepend t)) ("oc" "Project changelog" entry #'+org-capture-central-project-changelog-file "* %U %?\n %i\n %a" :heading "Changelog" :prepend t))
) )
(add-to-list 'org-capture-templates ;; (add-to-list 'org-capture-templates
'("c" "Contact" entry ;; '("c" "Contact" entry
(file+headline "~/org/contacts.org" "Contacts") ;; (file+headline "~/org/contacts.org" "Contacts")
"* %^{Name|John Doe} ;; "* %^{Name|John Doe}
:PROPERTIES: ;; :PROPERTIES:
:PHONE: %^{Phone Number} ;; :PHONE: %^{Phone Number}
:ADDRESS: %^{Address} ;; :ADDRESS: %^{Address}
:BIRTHDAY: %^{yyyy-mm-dd} ;; :BIRTHDAY: %^{yyyy-mm-dd}
:EMAIL: %^{Email} ;; :EMAIL: %^{Email}
:NOTE: %^{NOTE} ;; :NOTE: %^{NOTE}
:END:" ;; :END:"
:empty-lines 1) t) ;; :empty-lines 1) t)
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
'("w" "Work" entry '("w" "Work" entry
(file+headline "~/org/work.org" "Inbox") (file+headline "~/org/work.org" "Inbox")
@@ -287,22 +287,6 @@
'("l" "Someday" entry '("l" "Someday" entry
(file+headline "~/org/someday.org" "Inbox") (file+headline "~/org/someday.org" "Inbox")
"* TODO %? \n %i " :empty-lines 1) t) "* TODO %? \n %i " :empty-lines 1) t)
(add-to-list 'org-capture-templates
'("s" "Studies" entry
(file+headline "~/org/studies.org" "Inbox")
"* TODO [#C] %?\n %i" :empty-lines 1) t)
(add-to-list 'org-capture-templates
'("S" "Lecture" entry
(file+headline "~/org/studies.org" "Schedule")
"* %^{Subject} %^{Type|Lecture|Section}
:PROPERTIES:
:WILD_NOTIFY_BEFORE: %^{Reminders}
:LOCATION: %^{Location}
:END:
%^{Time}T"
:empty-lines 1) t)
;; add this for reminder stuff
;; :PROPERTIES:\n\n:WILD_NOTIFY_BEFORE: %^{Reminders}\n:END:\n
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
'("W" "Event" entry '("W" "Event" entry
(file+headline "~/org/work.org" "Schedule") (file+headline "~/org/work.org" "Schedule")