emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] missing braces on line 5914 of doc/org.texi
@ 2010-06-25 22:15 William Henney
  2010-06-25 22:37 ` Thomas S. Dye
  0 siblings, 1 reply; 2+ messages in thread
From: William Henney @ 2010-06-25 22:15 UTC (permalink / raw)
  To: emacs-org

[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

Hi list

I just got the following error when updating my org installation:

$ sudo make install-info
(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

Attached trivial patch fixes this

Cheers

Will (who is finally starting to learn to use git)


-- 

  Dr William Henney, Centro de Radioastronomía y Astrofísica,
  Universidad Nacional Autónoma de México, Campus Morelia

[-- Attachment #2: 0001-Fix-missing-braces-in-org.texi.patch --]
[-- Type: application/octet-stream, Size: 874 bytes --]

From 217b7cf2a3baa2fd3c12455af6b75e9bd7608988 Mon Sep 17 00:00:00 2001
From: William Henney <whenney@gmail.com>
Date: Fri, 25 Jun 2010 17:04:52 -0500
Subject: [PATCH] Fix missing braces in org.texi

---
 doc/org.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.5.5


[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-25 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-25 22:15 [PATCH] missing braces on line 5914 of doc/org.texi William Henney
2010-06-25 22:37 ` Thomas S. Dye

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