Browse Source

Merge branch 'maint'

Kyle Meyer 5 years ago
parent
commit
65f5bb6e96
2 changed files with 6 additions and 6 deletions
  1. 2 2
      doc/org-manual.org
  2. 4 4
      lisp/org.el

+ 2 - 2
doc/org-manual.org

@@ -975,12 +975,12 @@ matching the string =FIXME=.
 The other sparse tree commands select headings based on TODO keywords,
 The other sparse tree commands select headings based on TODO keywords,
 tags, or properties and are discussed later in this manual.
 tags, or properties and are discussed later in this manual.
 
 
-#+kindex: C-c C-e v
+#+kindex: C-c C-e C-v
 #+cindex: printing sparse trees
 #+cindex: printing sparse trees
 #+cindex: visible text, printing
 #+cindex: visible text, printing
 To print a sparse tree, you can use the Emacs command
 To print a sparse tree, you can use the Emacs command
 ~ps-print-buffer-with-faces~ which does not print invisible parts of
 ~ps-print-buffer-with-faces~ which does not print invisible parts of
-the document.  Or you can use the command {{{kbd(C-c C-e v)}}} to
+the document.  Or you can use the command {{{kbd(C-c C-e C-v)}}} to
 export only the visible part of the document and print the resulting
 export only the visible part of the document and print the resulting
 file.
 file.
 
 

+ 4 - 4
lisp/org.el

@@ -13461,10 +13461,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
-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
 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.