(fix): Fix command signature (#1247)

master
Leo Vivier 5 years ago committed by GitHub
parent 47e83f7d3f
commit d913447939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      org-roam-dailies.el

@ -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."

Loading…
Cancel
Save