mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Keep all of the source locations in one subtree
This commit is contained in:
parent
61a5b4ee6e
commit
99623dc4e9
1 changed files with 2 additions and 2 deletions
|
|
@ -36,12 +36,12 @@
|
|||
(file+head+olp "%<%Y%m%d%H%M%S>-${slug}.org"
|
||||
"#+title: ${title}\n"
|
||||
("Journal" "%<%b %d, %Y>")))
|
||||
("s" "source location" entry "* %<%H:%M> %?\n%a"
|
||||
("s" "source location" entry "* %^{Short Description? }\n:PROPERTIES:\n:DATE: [%<%Y-%m-%d %H:%M>]\n:LOCATION: %a\n:END:\n\n%?"
|
||||
:unnarrowed t
|
||||
:target
|
||||
(file+head+olp "%<%Y%m%d%H%M%S>-${slug}.org"
|
||||
"#+title: ${title}\n"
|
||||
("Journal" "%<%b %d, %Y>")))))
|
||||
("Reference")))))
|
||||
|
||||
(defun my/org-roam-logger-capture-current (arg)
|
||||
(interactive "P")
|
||||
|
|
|
|||
Loading…
Reference in a new issue