]> git.donarmstrong.com Git - emacs.git/commitdiff
add schedule rule
authorDon Armstrong <don@donarmstrong.com>
Thu, 23 Jan 2014 07:00:21 +0000 (23:00 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 23 Jan 2014 07:00:21 +0000 (23:00 -0800)
.emacs

diff --git a/.emacs b/.emacs
index d56140bc9f20880f371801fc87fe322df659313a..3428d07c7c77394a6b5d086e72b6d380c7734cf0 100644 (file)
--- a/.emacs
+++ b/.emacs
          "* NEXT Respond to %:from on %:subject\nSCHEDULED: %t\n%U\n%a\n" :clock-in t :clock-resume t :immediate-finish t)
         ("n" "note" entry (file "~/projects/notes/refile.org")
          "* %? :NOTE:\n%U\n%a\n" :clock-in t :clock-resume t)
+        ("s" "schedule" entry (file "~/projects/notes/refile.org")
+         "* %? \n%^{scheduled:}t\n%U\n%a\n" :clock-in t :clock-resume t)
         ("j" "Journal" entry (file+datetree "~/projects/notes/diary.org")
          "* %?\n%U\n" :clock-in t :clock-resume t)
         ("w" "org-protocol" entry (file "~/projects/notes/refile.org")