fix indents

This commit is contained in:
Jethro Kuan
2021-04-11 15:18:30 +08:00
parent 3a2df140cb
commit 1c831dcd73
2 changed files with 8 additions and 8 deletions

View File

@ -395,12 +395,12 @@ Arguments GOTO and KEYS see `org-capture'."
(interactive "P")
(let ((node (org-roam-node-read)))
(org-roam-capture- :goto goto
:keys keys
:info `((title . ,(org-roam-node-title node))
(slug . ,(funcall org-roam-title-to-slug-function
(org-roam-node-title node)))
(file . ,(org-roam-node-file node)))
:props '(:immediate-finish nil))))
:keys keys
:info `((title . ,(org-roam-node-title node))
(slug . ,(funcall org-roam-title-to-slug-function
(org-roam-node-title node)))
(file . ,(org-roam-node-file node)))
:props '(:immediate-finish nil))))
(provide 'org-roam-capture)

View File

@ -103,8 +103,8 @@ When GOTO is non-nil, go the note without creating an entry."
(org-roam-capture--info (list (cons 'time time)))
(org-roam-capture--context 'dailies))
(org-roam-capture- :goto (when goto '(4))
:info (list (cons 'time time))
:context 'dailies)))
:info (list (cons 'time time))
:context 'dailies)))
;;;; Commands
;;; Today