Adjust capture templates to have \n at end
authorJoerg Jaspert <joerg@ganneff.de>
Thu, 31 Oct 2013 08:43:58 +0000 (09:43 +0100)
committerJoerg Jaspert <joerg@ganneff.de>
Thu, 31 Oct 2013 08:43:58 +0000 (09:43 +0100)
.emacs.d/config/linws03.cms.fra.dlh.de.org

index 5ee2ba8..cf53df7 100644 (file)
@@ -68,10 +68,10 @@ see at home. (Or want different there).
 (nconc org-capture-templates
        '(
          ("f" "Firewall request" entry (file+headline "~/org/nsb/dlh.org" "Firewall")
-          "* TODO Firewall Request, RT: %?\nAdded: %U"
+          "* TODO Firewall Request, RT: %?\nAdded: %U\n"
           :clock-in t :clock-resume t)
          ("i" "Ticket" entry (file+headline "~/org/nsb/dlh.org" "RT Ticket")
-          "* TODO RT: %a\nAdded: %U\n\n%?"
+          "* TODO RT: %a\nAdded: %U\n\n%?\n"
           :clock-in t :clock-resume t :jump-to-captured t)
          ("m" "Meeting" entry (file+headline "~/org/nsb/dlh.org" "Meetings")
           "* TODO %?\nSCHEDULED: %^{Please specify meeting date/time}t\nAdded: %U\n"