mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix): Fix command signature (#1247)
This commit is contained in:
@ -273,7 +273,7 @@ creating an entry."
|
|||||||
(run-hooks 'org-roam-dailies-find-file-hook)
|
(run-hooks 'org-roam-dailies-find-file-hook)
|
||||||
(message "Showing note for %s" time-str))))
|
(message "Showing note for %s" time-str))))
|
||||||
|
|
||||||
(defun org-roam-dailies-find-date (prefer-future)
|
(defun org-roam-dailies-find-date (&optional prefer-future)
|
||||||
"Find the daily-note for a date using the calendar, creating it if necessary.
|
"Find the daily-note for a date using the calendar, creating it if necessary.
|
||||||
|
|
||||||
Prefer past dates, unless PREFER-FUTURE is non-nil."
|
Prefer past dates, unless PREFER-FUTURE is non-nil."
|
||||||
|
Reference in New Issue
Block a user