Update org capture templates
This commit is contained in:
parent
30423af235
commit
f8af137d27
1 changed files with 6 additions and 2 deletions
|
@ -126,8 +126,12 @@ There are two things you can do about this warning:
|
|||
"* OPEN %?\n\s %u\n\s %a")
|
||||
("j" "Journal" entry (file+headline "" "Journal")
|
||||
"* %<%Y-%m-%d %H:%M:%S %p %Z>\n\s %?")
|
||||
("a" "Appointment" entry (file+headline "" "Appointments")
|
||||
"* %?\n\s %T\n")))))
|
||||
("a" "Appointment today"
|
||||
entry (file+headline "" "Appointments")
|
||||
"* %?\n\s %T\n")
|
||||
("A" "Appointment"
|
||||
entry (file+headline "" "Appointments")
|
||||
"* %?\n\s %u\n\s")))))
|
||||
|
||||
|
||||
(use-package helpful
|
||||
|
|
Loading…
Add table
Reference in a new issue