All you need to do is define a function that supplies the prefix to
org-time-stamp:
(defun org-time-stamp-with-time (&optional inactive)
"Prompt for a date/time and insert a time stamp containing a
date and time. All parts of a date not specified by the user
will be filled in from the curren
Folks,
I am trying to figure out what to add to my .emacs to make the normal
key binding call to org-time-stamp into the version with the C-u
modifier by default.
That is, in the default bindings, I am trying to make
C-c .
Perform the action that is normally performed by
C-u C-c .
I am sure this