summaryrefslogtreecommitdiff
path: root/doc/misc/org.texi
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2013-01-06 11:34:26 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2013-01-06 11:34:26 +0100
commit7b08ccf715fda40ab501bbecad4a82eab0d4f792 (patch)
treed2357261d7eb6bfa7ce1f8c0d5f8023916b325de /doc/misc/org.texi
parent04c48b1409e866b125f7a40d79b3cdd3c5b065fd (diff)
downloademacs-7b08ccf715fda40ab501bbecad4a82eab0d4f792.tar.gz
* org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
@item argument. (Property searches): Use \\ instead of @backslashchar{}. * pgg.texi (VERSION): Move @set below @setfilename.
Diffstat (limited to 'doc/misc/org.texi')
-rw-r--r--doc/misc/org.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index bea130ccb43..47ee0954671 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -3027,7 +3027,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 @w{ }
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{*}.
@@ -5050,7 +5050,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 @backslashchar{},org-match-sparse-tree}
+@orgcmdkkc{C-c / m,C-c \\,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}