I have defined a wrapper function for org-roam-dailies-goto-today to visit today's dailies file but not create an entry by passing a non-nil value for the GOTO argument per its docstring. However, it still generates a new entry.
;;;###autoload
(defun my/org-journal-goto-today ()
"Goto journal for today."
(interactive)
(org-roam-dailies-capture-today t "l"))
Description
I have defined a wrapper function for
org-roam-dailies-goto-today
to visit today's dailies file but not create an entry by passing a non-nil value for the GOTO argument per its docstring. However, it still generates a new entry.The relevant template in my dailies templates is