emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: org.texi doesn't compile [6.36trans (release_6.36.415.gb2dcd)]
@ 2010-06-25 16:39 Tassilo Horn
  0 siblings, 0 replies; only message in thread
From: Tassilo Horn @ 2010-06-25 16:39 UTC (permalink / raw)
  To: emacs-orgmode


Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------

The error is:

--8<---------------cut here---------------start------------->8---
(cd doc; makeinfo --no-split org.texi -o org)
org.texi:5914: @kbd expected braces.
org.texi:5914: @kbd missing close brace.
makeinfo: Removing output file `org' due to errors; use --force to preserve.
make: *** [doc/org] Error 1
--8<---------------cut here---------------end--------------->8---

Here's a fix:

--8<---------------cut here---------------start------------->8---
diff --git a/doc/org.texi b/doc/org.texi
index 0bf2f2b..f3e88b8 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -5911,7 +5911,7 @@ the documentation for org-remember at
 The new capturing setup described here is preferred and should be used by new
 users.  To convert your @code{org-remember-templates}, run the command
 @example
-@kbd M-x org-capture-import-remember-templates RET
+@kbd{M-x org-capture-import-remember-templates RET}
 @end example
 @noindent and then customize the new variable with @kbd{M-x
 customize-variable org-capture-templates}, check the result, and save the
--8<---------------cut here---------------end--------------->8---

Emacs  : GNU Emacs 24.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2010-06-24 on thinkpad
Package: Org-mode version 6.36trans (release_6.36.415.gb2dcd)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-25 17:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-25 16:39 Bug: org.texi doesn't compile [6.36trans (release_6.36.415.gb2dcd)] Tassilo Horn

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).