mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
fix indents
This commit is contained in:
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user