From: Takaaki ISHIKAWA <takaxp@ieee.org>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: backslashchar in texinfo
Date: Sun, 6 Jan 2013 13:20:14 +0900 [thread overview]
Message-ID: <A24C7EF4-F9C8-42D0-BA93-883694005B22@ieee.org> (raw)
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 <takaxp@ieee.org>
next reply other threads:[~2013-01-06 4:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-06 4:20 Takaaki ISHIKAWA [this message]
2013-01-06 5:19 ` backslashchar in texinfo Bastien
2013-01-06 5:35 ` Takaaki ISHIKAWA
2013-01-06 6:01 ` Bastien
2013-01-06 8:37 ` Takaaki ISHIKAWA
2013-01-06 19:49 ` Andy Moreton
2013-01-06 20:20 ` Bastien
2013-01-07 10:26 ` Andy Moreton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=A24C7EF4-F9C8-42D0-BA93-883694005B22@ieee.org \
--to=takaxp@ieee.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).