From: Don Armstrong <don@donarmstrong.com>
Date: Thu, 23 Jan 2014 07:00:21 +0000 (-0800)
Subject: add schedule rule
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bd0d87dc4339c584eca1a10a25f711597a08ca47;p=emacs.git

add schedule rule
---

diff --git a/.emacs b/.emacs
index d56140b..3428d07 100644
--- a/.emacs
+++ b/.emacs
@@ -114,6 +114,8 @@
          "* 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")