When I insert a schedule with Cc Cs into Emacs org-mode , it always inserts a date like this:
* TODO write product documents SCHEDULED: <2013-10-25 Fri>
while I want this:
* TODO write product documents SCHEDULED: <2013-10-25 Fri 11:34>
Now I do it manually: first insert the schedule, then delete the date, then insert the timestamp with the date and time using Cu Cc. .
How to insert a schedule with date and time using Cc Cs ?
Thanks.
source share