diff --git a/org-journal.el b/org-journal.el index bc9eb02..2598f3a 100644 --- a/org-journal.el +++ b/org-journal.el @@ -1266,7 +1266,9 @@ If NO-SELECT is non-nil, open it, but don't show it." (defun org-journal-open-current-journal-file () "Open the current journal file" (interactive) - (let ((org-journal-file (org-journal--get-entry-path))) + (let ((org-journal-file (org-journal--get-entry-path + (time-subtract (current-time) + (* 3600 org-extend-today-until))))) (if (file-exists-p org-journal-file) (progn (funcall org-journal-find-file org-journal-file)