Fix template typo
This commit is contained in:
parent
a698de18df
commit
d053de1871
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
("PHONE" :foreground "forest green" :weight bold))))
|
||||
(setq org-capture-templates
|
||||
(quote (("t" "todo" entry (file "~/code/personal/org/capture.org")
|
||||
"* TODO %?\n&U\n%a\n" :clock-in t :clock-resume t)
|
||||
"* TODO %?\n%U\n" :clock-in t :clock-resume t)
|
||||
("r" "respond" entry (file "~/code/personal/org/capture.org")
|
||||
"* STRT Respond to %:from on %:subject\nSCHEDULED: %t\n%U\n%a\n" :clock-in t :clock-resume t :immediate-finish t)
|
||||
("n" "note" entry (file "~/code/personal/org/capture.org")
|
||||
|
|
Loading…
Add table
Reference in a new issue