From 76c47176c54ee037c6509abaf39630a27c5de1fd Mon Sep 17 00:00:00 2001 From: Daniel Nicolai Date: Wed, 24 Feb 2021 12:51:43 +0100 Subject: [PATCH] Add scheduled entry time of the day Probably this `t` was forgotten here. This function asks for time-stamp format, For sure when users include a time of the day there, they would like to have it included in the timestamp. --- org-journal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)