Merge branch 'main' of github.com:LinlyBoi/dotfiles
me when I forget to push
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
(add-to-list 'org-capture-templates
|
||||
'("w" "Work" entry
|
||||
(file+headline "~/org/work.org" "Inbox")
|
||||
"* TODO [#C] %?\n %i" :empty-lines 1))
|
||||
"* TODO [#A] %?\n %i" :empty-lines 1))
|
||||
(add-to-list 'org-capture-templates
|
||||
'("i" "Content idea" entry
|
||||
(file+headline "~/org/work.org" "Ideas")
|
||||
@@ -277,6 +277,16 @@
|
||||
:empty-lines 1))
|
||||
;; 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")
|
||||
"* %^{Title} %^{Type|Meeting|Class}\n%^{Time}T"
|
||||
:empty-lines 1))
|
||||
(add-to-list 'org-capture-templates
|
||||
'("H" "Home Event" entry
|
||||
(file+headline "~/org/home.org" "Schedule")
|
||||
"* %^{Title} %^{Type|Meeting|Class}\n%^{Time}T"
|
||||
:empty-lines 1))
|
||||
(add-to-list 'org-capture-templates
|
||||
'("h" "Home" entry
|
||||
(file+headline "~/org/home.org" "Inbox")
|
||||
|
||||
Reference in New Issue
Block a user