yeaa
This commit is contained in:
@@ -268,7 +268,12 @@
|
|||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
'("S" "Lecture" entry
|
'("S" "Lecture" entry
|
||||||
(file+headline "~/org/studies.org" "Schedule")
|
(file+headline "~/org/studies.org" "Schedule")
|
||||||
"* %^{Subject} %^{Type|Lecture|Section}\n:PROPERTIES:\n:WILD_NOTIFY_BEFORE: %^{Reminders}\n:LOCATION: %^{Location}\n:END:\n%^{Time}T"
|
"* %^{Subject} %^{Type|Lecture|Section}
|
||||||
|
:PROPERTIES:
|
||||||
|
:WILD_NOTIFY_BEFORE: %^{Reminders}
|
||||||
|
:LOCATION: %^{Location}
|
||||||
|
:END:
|
||||||
|
%^{Time}T"
|
||||||
:empty-lines 1))
|
:empty-lines 1))
|
||||||
;; add this for reminder stuff
|
;; add this for reminder stuff
|
||||||
;; :PROPERTIES:\n\n:WILD_NOTIFY_BEFORE: %^{Reminders}\n:END:\n
|
;; :PROPERTIES:\n\n:WILD_NOTIFY_BEFORE: %^{Reminders}\n:END:\n
|
||||||
|
|||||||
Reference in New Issue
Block a user