emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Toby Cubitt <tsc25@cantab.net>
To: emacs-orgmode@gnu.org
Subject: Re: make fails on current version
Date: Mon, 23 Apr 2012 19:28:48 +0200	[thread overview]
Message-ID: <20120423172848.GA14756@c3po> (raw)
In-Reply-To: <CBBAD805.1C9C8%stanton@haas.berkeley.edu>

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

On Mon, Apr 23, 2012 at 09:57:25AM -0700, Richard Stanton wrote:
> I just updated org-mode and typed "make". Two problems:
> 
> 1) The doc file seems to have trouble:
> 
> org.texi:6703: Misplaced {.
> org.texi:6703: Misplaced }.
> makeinfo: Removing output file `org' due to errors; use --force to
> preserve.

The problem's in the texinfo documentation for the new %<n> capture
template expandos...but please don't shoot me, it's not my fault! (I just
modified the change that Bastien had already committed to org.texi.)

From the texinfo documentation, it looks like literal "{" and "}" have to
be escaped with "@". Patch attached.


> 2) org-install.el doesn't get created.
> 
> From org-version.el, this is git version "release_7.8.09-375-gb7982a"
> (org-version just returns N/A).

No idea about this one.

Toby
-- 
Dr T. S. Cubitt
Mathematics and Quantum Information group
Department of Mathematics
Complutense University
Madrid, Spain

email: tsc25@cantab.net
web:   www.dr-qubit.org

[-- Attachment #2: 0001-Fixed-bug-in-texinfo-documentation.patch --]
[-- Type: text/x-patch, Size: 1044 bytes --]

From 9fd3ba1bdfbb3b608fcd86ded73f02c53d50e05d Mon Sep 17 00:00:00 2001
From: "Toby S. Cubitt" <tsc25@cantab.net>
Date: Mon, 23 Apr 2012 19:25:57 +0200
Subject: [PATCH] Fixed bug in texinfo documentation.

* doc/org.texi: Escape literal {}'s.
---
 doc/org.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/org.texi b/doc/org.texi
index bb98713..18dba90 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -6700,7 +6700,7 @@ dynamic insertion of content.  The templates are expanded in the order given her
             @r{You may specify a default value and a completion table with}
             @r{%^@{prompt|default|completion2|completion3...@}.}
             @r{The arrow keys access a prompt-specific history.}
-%<n>        @r{Insert the text entered at the nth %^{prompt}, where <n> is}
+%<n>        @r{Insert the text entered at the nth %^@{prompt@}, where <n> is}
             @r{a number, starting from 1.}
 %?          @r{After completing the template, position cursor here.}
 @end smallexample
-- 
1.7.8.5


      parent reply	other threads:[~2012-04-23 17:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-23 16:57 make fails on current version Richard Stanton
2012-04-23 17:24 ` Bastien
2012-05-01 23:24   ` org + beamer: How to get @Š@ to create \alert? Richard Stanton
2012-05-02  1:37     ` Nick Dokos
2012-05-02  9:39       ` Sebastien Vauban
2012-05-02 14:03         ` Nick Dokos
2012-05-02 11:39       ` Nicolas Goaziou
2012-05-02 19:06         ` Sporadic problems pasting Richard Stanton
2012-05-02 19:28           ` Emacs occasionally hangs using org-mode Richard Stanton
2012-05-02 20:11           ` Sporadic problems pasting Bastien
2012-04-23 17:28 ` Toby Cubitt [this message]

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=20120423172848.GA14756@c3po \
    --to=tsc25@cantab.net \
    --cc=emacs-orgmode@gnu.org \
    --cc=toby-dated-1336411753.fe2683@dr-qubit.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).