diff --git a/org-journal.el b/org-journal.el index cc70a2c..df7ac96 100644 --- a/org-journal.el +++ b/org-journal.el @@ -1067,7 +1067,7 @@ With non-nil prefix argument create a regular entry instead of a TODO entry." (insert "TODO ")) (save-excursion (insert "\n") - (org-insert-time-stamp time)))) + (org-insert-time-stamp time t)))) ;;;###autoload (defun org-journal-reschedule-scheduled-entry (&optional time)