feat: Comment out/remove unused cap templates
This commit is contained in:
@@ -263,18 +263,18 @@
|
||||
("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))
|
||||
)
|
||||
(add-to-list 'org-capture-templates
|
||||
'("c" "Contact" entry
|
||||
(file+headline "~/org/contacts.org" "Contacts")
|
||||
"* %^{Name|John Doe}
|
||||
:PROPERTIES:
|
||||
:PHONE: %^{Phone Number}
|
||||
:ADDRESS: %^{Address}
|
||||
:BIRTHDAY: %^{yyyy-mm-dd}
|
||||
:EMAIL: %^{Email}
|
||||
:NOTE: %^{NOTE}
|
||||
:END:"
|
||||
:empty-lines 1) t)
|
||||
;; (add-to-list 'org-capture-templates
|
||||
;; '("c" "Contact" entry
|
||||
;; (file+headline "~/org/contacts.org" "Contacts")
|
||||
;; "* %^{Name|John Doe}
|
||||
;; :PROPERTIES:
|
||||
;; :PHONE: %^{Phone Number}
|
||||
;; :ADDRESS: %^{Address}
|
||||
;; :BIRTHDAY: %^{yyyy-mm-dd}
|
||||
;; :EMAIL: %^{Email}
|
||||
;; :NOTE: %^{NOTE}
|
||||
;; :END:"
|
||||
;; :empty-lines 1) t)
|
||||
(add-to-list 'org-capture-templates
|
||||
'("w" "Work" entry
|
||||
(file+headline "~/org/work.org" "Inbox")
|
||||
@@ -287,22 +287,6 @@
|
||||
'("l" "Someday" entry
|
||||
(file+headline "~/org/someday.org" "Inbox")
|
||||
"* 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
|
||||
'("W" "Event" entry
|
||||
(file+headline "~/org/work.org" "Schedule")
|
||||
|
||||
Reference in New Issue
Block a user