(fix): Fix command signature (#1247)

This commit is contained in:
Leo Vivier
2020-11-10 18:04:59 +01:00
committed by GitHub
parent 47e83f7d3f
commit d913447939

View File

@ -273,7 +273,7 @@ creating an entry."
(run-hooks 'org-roam-dailies-find-file-hook)
(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.
Prefer past dates, unless PREFER-FUTURE is non-nil."