diff --git a/emacs-lisp/org_gtd.org b/emacs-lisp/org_gtd.org index e5bcff8..d091372 100644 --- a/emacs-lisp/org_gtd.org +++ b/emacs-lisp/org_gtd.org @@ -38,14 +38,14 @@ So the process for capturing is to trigger the capture with ~C-c o c~ and then q "${body}") :target (file+olp "inbox.org" ("Resources"))) ("s" "Shopping list" entry - ,(concat "* ${title} :inbox:\n" - ":PROPERTIES:\n" - ":CREATED: %U\n" - ":END:\n\n" - "\n" - "${ref}\n\n" - "${body}") - :target (file+olp "inbox.org" ("Shopping list"))))) + ,(concat "* ${title} :inbox:\n" + ":PROPERTIES:\n" + ":CREATED: %U\n" + ":END:\n\n" + "\n" + "${ref}\n\n" + "${body}") + :target (file+olp "inbox.org" ("Shopping list"))))) (setq org-roam-capture-templates `(("i" "Inbox" entry @@ -56,7 +56,16 @@ So the process for capturing is to trigger the capture with ~C-c o c~ and then q ":END:\n" "#+setupfile: ~/roam/emacs-lisp/setupfiles/latex-base.org\n\n" "%?") - :target (file+olp "inbox.org" ("All"))) + :target (file+olp "inbox.org" ("Shopping list"))) + ("f" "File" plain "%?" + :target (file+head "${slug}.org" + ,(concat ":PROPERTIES:\n" + ":CREATED: %U\n" + ":ID: %(org-id-uuid)\n" + ":END:\n" + "#+setupfile: ~/roam/emacs-lisp/setupfiles/latex-base.org\n\n" + "#+title: ${title}\n" + ""))) ("@" "Inbox [mu4e]" entry ,(concat "* Process \"%a\" %? :inbox:\n" ":PROPERTIES:\n"