mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add a roam capture template for skipping the INBOX
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
3ffe48e10b
commit
be3d55f793
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue