org-time-stamp-inactive: Remove inaccurate statements

* lisp/org.el (org-time-stamp-inactive): Drop incorrect statements in
docstring about differences between inactive and active timestamps.

S-cursor commands work on inactive time stamp, and clicking on an
inactive time stamp visits the day in the agenda, just as it does for
an active time stamp.

Reported-by: Jorge P. de Morais Neto <jorge@disroot.org>
  <87a73gstpz.fsf@disroot.org>
This commit is contained in:
Kyle Meyer 2020-04-12 18:26:31 -04:00
parent 5b1c5bd51d
commit c77edde765
1 changed files with 4 additions and 4 deletions

View File

@ -14106,10 +14106,10 @@ non-nil."
(defun org-time-stamp-inactive (&optional arg) (defun org-time-stamp-inactive (&optional arg)
"Insert an inactive time stamp. "Insert an inactive time stamp.
An inactive time stamp is enclosed in square brackets instead of angle An inactive time stamp is enclosed in square brackets instead of
brackets. It is inactive in the sense that it does not trigger agenda entries, angle brackets. It is inactive in the sense that it does not
does not link to the calendar and cannot be changed with the S-cursor keys. trigger agenda entries. So these are more for recording a
So these are more for recording a certain time/date. certain time/date.
If the user specifies a time like HH:MM or if this command is called with 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. at least one prefix argument, the time stamp contains the date and the time.