updated capture templates
This commit is contained in:
parent
347383e355
commit
526f312d00
12
conf.org
12
conf.org
|
@ -1420,7 +1420,7 @@ As per Bernt's guide, capture is meant to be fast. The dispatcher is bound to =F
|
||||||
|
|
||||||
;; for useful reference information that may be grouped with tasks
|
;; for useful reference information that may be grouped with tasks
|
||||||
("n" "note" entry (file ,capfile)
|
("n" "note" entry (file ,capfile)
|
||||||
"* %? :\\%note:\n%U\n")
|
"* %?\n%U\n")
|
||||||
|
|
||||||
;; for non-actionable events that happen at a certain time
|
;; for non-actionable events that happen at a certain time
|
||||||
("a" "appointment" entry (file ,capfile)
|
("a" "appointment" entry (file ,capfile)
|
||||||
|
@ -1442,6 +1442,16 @@ As per Bernt's guide, capture is meant to be fast. The dispatcher is bound to =F
|
||||||
("m" "meeting" entry (file ,capfile)
|
("m" "meeting" entry (file ,capfile)
|
||||||
"* meeting with%? :\\%note:\n%U\n")
|
"* meeting with%? :\\%note:\n%U\n")
|
||||||
|
|
||||||
|
;; TODO add entries here for asynchronously performed tasks
|
||||||
|
;; that can be tracked
|
||||||
|
;; target these to a specific headline in general.org
|
||||||
|
("A" "Asynchronous")
|
||||||
|
;; eating food
|
||||||
|
;; prepping food
|
||||||
|
;; showering
|
||||||
|
;; driving
|
||||||
|
;; blablabla
|
||||||
|
|
||||||
;; for capturing web pages with web browser
|
;; for capturing web pages with web browser
|
||||||
("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"
|
||||||
|
|
Loading…
Reference in New Issue