Dear all,
I found two build errors in the latest org manual(HEAD of git).
1. Using ``@backslashcar{}'' command in texinfo(L5114).
2. Missing ``@''(L3091).
The texinfo command was introduced at the version 4.14,
see http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/51827.
I think the command should not be used because many users
currently use the previous version 4.13.
Any comments?
Best,
Takaaki
---- patch ----
diff --git a/doc/org.texi b/doc/org.texi
index 83f5939..5464830 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -3088,7 +3088,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{*}.
@@ -5111,7 +5111,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 \\,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}
---- patch ----
--
Takaaki ISHIKAWA <[email protected]>