When I insert a schedule with C-c C-s in Emacs org-mode, it always inserts a date like this:
* TODO write product documents SCHEDULED: <2013-10-25 Fri> while what I want is this:
* TODO write product documents SCHEDULED: <2013-10-25 Fri 11:34> Now I do this manually: firstly insert a schedule, then delete the date, then insert a timestamp with date and time using C-u C-c ..
How can I insert a schedule with date and time only using C-c C-s?
Thanks.
org-scheduledoesn't support time substring intime-stamp, date only. You wantorg-modeautomatically inserts time value, but which by default?11:34mean in your example? You schedule time in a future. If I useC-u C-c .it inserts current time. Do you wantC-c C-sinserts current time for schedule too?