Nuutti Kotivuori <[EMAIL PROTECTED]> writes:

> I'd like an easy way to set the duration of an appointment (a
> timestamp) after it has been created.

For new appointments, I cannot think of an easier way to insert duration
than inserting it at the prompt.  

For example, to set a appointment for tomorrow from 20:00 to 22:00, you
would do this:

  C-c .         | org-time-stamp
  S-right       | select tomorrow date
  "20:00-22:00" | insert the duration
  return        | you're done!

For existing appointments, just put the point on the timestamp and edit
it as if you were creating it.

Does that help?  

-- 
Bastien


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to