Re: [Orgmode] making key binding for timestamp alternative by default

2010-01-30 Thread Ryan Thompson
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

[Orgmode] making key binding for timestamp alternative by default

2010-01-30 Thread John Withers
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