emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Bug: org.texi doesn't compile [6.36trans (release_6.36.415.gb2


From: Tassilo Horn
Subject: [Orgmode] Bug: org.texi doesn't compile [6.36trans (release_6.36.415.gb2dcd)]
Date: Fri, 25 Jun 2010 18:39:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

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
address@hidden M-x org-capture-import-remember-templates RET
address@hidden 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]