diff --git a/org-roam-capture.el b/org-roam-capture.el index 4890a24..6167ed7 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -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) diff --git a/org-roam-dailies.el b/org-roam-dailies.el index 9ffa2a5..af62d53 100644 --- a/org-roam-dailies.el +++ b/org-roam-dailies.el @@ -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