diff --git a/conf.org b/conf.org index 76a5847..dd6421e 100644 --- a/conf.org +++ b/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 ("n" "note" entry (file ,capfile) - "* %? :\\%note:\n%U\n") + "* %?\n%U\n") ;; for non-actionable events that happen at a certain time ("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) "* 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 ("p" "org-protocol" entry (file ,capfile) "* %^{Title} :\\%note:\n%u\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE"