emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: William Henney <whenney@gmail.com>
To: emacs-org <emacs-orgmode@gnu.org>
Subject: [PATCH] missing braces on line 5914 of doc/org.texi
Date: Fri, 25 Jun 2010 17:15:28 -0500	[thread overview]
Message-ID: <AANLkTimUjh5dDartUZ2h1Kkd8Ck015zizeDbRI2t1XfW@mail.gmail.com> (raw)

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

             reply	other threads:[~2010-06-25 22:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-25 22:15 William Henney [this message]
2010-06-25 22:37 ` [PATCH] missing braces on line 5914 of doc/org.texi Thomas S. Dye

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=AANLkTimUjh5dDartUZ2h1Kkd8Ck015zizeDbRI2t1XfW@mail.gmail.com \
    --to=whenney@gmail.com \
    --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).