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")
|
(interactive "P")
|
||||||
(let ((node (org-roam-node-read)))
|
(let ((node (org-roam-node-read)))
|
||||||
(org-roam-capture- :goto goto
|
(org-roam-capture- :goto goto
|
||||||
:keys keys
|
:keys keys
|
||||||
:info `((title . ,(org-roam-node-title node))
|
:info `((title . ,(org-roam-node-title node))
|
||||||
(slug . ,(funcall org-roam-title-to-slug-function
|
(slug . ,(funcall org-roam-title-to-slug-function
|
||||||
(org-roam-node-title node)))
|
(org-roam-node-title node)))
|
||||||
(file . ,(org-roam-node-file node)))
|
(file . ,(org-roam-node-file node)))
|
||||||
:props '(:immediate-finish nil))))
|
:props '(:immediate-finish nil))))
|
||||||
|
|
||||||
(provide 'org-roam-capture)
|
(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--info (list (cons 'time time)))
|
||||||
(org-roam-capture--context 'dailies))
|
(org-roam-capture--context 'dailies))
|
||||||
(org-roam-capture- :goto (when goto '(4))
|
(org-roam-capture- :goto (when goto '(4))
|
||||||
:info (list (cons 'time time))
|
:info (list (cons 'time time))
|
||||||
:context 'dailies)))
|
:context 'dailies)))
|
||||||
|
|
||||||
;;;; Commands
|
;;;; Commands
|
||||||
;;; Today
|
;;; Today
|
||||||
|
Reference in New Issue
Block a user