added meeting capture template for time boss interupts me
This commit is contained in:
parent
e59ddc60ce
commit
eeac0a823f
7
conf.org
7
conf.org
|
@ -784,12 +784,12 @@ Add some useful properties:
|
|||
"* TODO %?\ndeliverable: \n%U\n")
|
||||
|
||||
("n" "note" entry (file ,capfile)
|
||||
"* %? :\\%note:\n%U\n")
|
||||
"* %? :\\%note:\n%U\n")
|
||||
|
||||
("a" "appointment" entry (file ,capfile)
|
||||
"* %?\n%U\n%^t\n")
|
||||
|
||||
("m" "multi-day" entry (file ,capfile)
|
||||
("s" "appointment-span" entry (file ,capfile)
|
||||
"* TODO %?\n%U\n%^t--%^t\n")
|
||||
|
||||
("d" "deadline" entry (file ,capfile)
|
||||
|
@ -798,6 +798,9 @@ Add some useful properties:
|
|||
("e" "email" entry (file ,capfile)
|
||||
"* TODO Respond to %:fromname; Re: %:subject\n%U\n%a\n")
|
||||
|
||||
("m" "meeting" entry (file ,capfile)
|
||||
"* meeting with%? :\\%note:\n%U\n")
|
||||
|
||||
("p" "org-protocol" entry (file ,capfile)
|
||||
"* %^{Title} :\\%note:\n%u\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE"
|
||||
:immediate-finish t)
|
||||
|
|
Loading…
Reference in New Issue