summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-04-12 18:26:31 -0400
committerKyle Meyer <kyle@kyleam.com>2020-04-12 18:26:31 -0400
commitc77edde765611e03a6bfd1300c4a9f0ab0187e1e (patch)
treea2e0112eeb1c2ef109bb61adafe65ba6747e5d1a
parent5b1c5bd51db39a02f298c1b9bc01c5b435739ff4 (diff)
downloadorg-mode-c77edde765611e03a6bfd1300c4a9f0ab0187e1e.tar.gz
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>
-rw-r--r--lisp/org.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 0b67130..2751206 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -14106,10 +14106,10 @@ non-nil."
(defun org-time-stamp-inactive (&optional arg)
"Insert an inactive time stamp.
-An inactive time stamp is enclosed in square brackets instead of angle
-brackets. It is inactive in the sense that it does not trigger agenda entries,
-does not link to the calendar and cannot be changed with the S-cursor keys.
-So these are more for recording a certain time/date.
+An inactive time stamp is enclosed in square brackets instead of
+angle brackets. It is inactive in the sense that it does not
+trigger agenda entries. So these are more for recording a
+certain time/date.
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.