added meeting capture template for time boss interupts me

This commit is contained in:
petrucci4prez 2018-09-16 14:06:40 -04:00
parent e59ddc60ce
commit eeac0a823f
1 changed files with 5 additions and 2 deletions

View File

@ -784,12 +784,12 @@ Add some useful properties:
"* TODO %?\ndeliverable: \n%U\n") "* TODO %?\ndeliverable: \n%U\n")
("n" "note" entry (file ,capfile) ("n" "note" entry (file ,capfile)
"* %? :\\%note:\n%U\n") "* %? :\\%note:\n%U\n")
("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)
@ -797,6 +797,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"