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