Skip to content

Commit

Permalink
Add scheduled entry time of the day
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dalanicolai authored Feb 24, 2021
1 parent f4b1549 commit 76c4717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-journal.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 76c4717

Please sign in to comment.