summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-05 18:39:40 +0100
committerBastien Guerry <bzg@altern.org>2013-01-05 18:39:40 +0100
commit7fe67bb942869d3657f2905202dc4170b14662fd (patch)
treea8684cd71d506a9ff359e129b805fe868a5f7684
parentcad0b388ddc1b1c2360329d08ea13b8c9decbdff (diff)
downloadorg-mode-7fe67bb942869d3657f2905202dc4170b14662fd.tar.gz
Backport revno#111138 from the emacs-24 branch
* org.texi (Advanced features): Add missing argument for @item. (Property searches): Use @backslashchar{} in macro argument.
-rw-r--r--doc/org.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 041cc08..5214594 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -3028,7 +3028,7 @@ lines will be left alone by this command.
Selects this line for global recalculation with @kbd{C-u C-c *}, but
not for automatic recalculation. Use this when automatic
recalculation slows down editing too much.
-@item
+@item @
Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
All lines that should be recalculated should be marked with @samp{#}
or @samp{*}.
@@ -5051,7 +5051,7 @@ FILE @r{The filename the entry is located in.}
To create sparse trees and special lists with selection based on properties,
the same commands are used as for tag searches (@pxref{Tag searches}).
@table @kbd
-@orgcmdkkc{C-c / m,C-c \,org-match-sparse-tree}
+@orgcmdkkc{C-c / m,C-c @backslashchar{},org-match-sparse-tree}
Create a sparse tree with all matching entries. With a
@kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
@orgcmd{C-c a m,org-tags-view}