Function: org-time-stamp

org-time-stamp is a function alias and interactive for org-timestamp, defined in org.el.gz.

Signature

(org-time-stamp ARG &optional INACTIVE)

Documentation

Prompt for a date/time and insert a time stamp.

If the user specifies a time like HH:MM or if this command is called with at least one prefix argument, the time stamp contains the date and the time. Otherwise, only the date is included.

All parts of a date not specified by the user are filled in from the timestamp at point, if any, or the current date/time otherwise.

If there is already a timestamp at the cursor, it is replaced.

With two universal prefix arguments, insert an active timestamp with the current time without prompting the user.

When called from Lisp, the timestamp is inactive if INACTIVE is non-nil.

Key Bindings

Aliases

org-time-stamp