update conversion to accept template overrides

rename org-roam-capture--capture to org-roam-capture-
This commit is contained in:
Jethro Kuan
2021-04-11 15:05:22 +08:00
parent de6477be17
commit 3a2df140cb
6 changed files with 16 additions and 12 deletions

View File

@ -102,7 +102,7 @@ When GOTO is non-nil, go the note without creating an entry."
(if goto (list (car it)) it)))
(org-roam-capture--info (list (cons 'time time)))
(org-roam-capture--context 'dailies))
(org-roam-capture--capture :goto (when goto '(4))
(org-roam-capture- :goto (when goto '(4))
:info (list (cons 'time time))
:context 'dailies)))