Function: org-roam-dailies-goto-today
org-roam-dailies-goto-today is an autoloaded, interactive and
byte-compiled function defined in org-roam-dailies.el.
Signature
(org-roam-dailies-goto-today &optional KEYS)
Documentation
Find the daily-note for today, creating it if necessary.
ELisp programs can set KEYS to a string associated with a template. In this case, interactive selection will be bypassed.
Key Bindings
Aliases
org-roam-dailies-find-today (obsolete since org-roam 2.0)
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-dailies.el
;;;###autoload
(defun org-roam-dailies-goto-today (&optional keys)
"Find the daily-note for today, creating it if necessary.
ELisp programs can set KEYS to a string associated with a template.
In this case, interactive selection will be bypassed."
(interactive)
(org-roam-dailies-capture-today t keys))