From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: [PATCH] org.texi: tiny bugfix Date: Wed, 11 May 2011 12:30:59 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK6h4-0004Uy-Cp for emacs-orgmode@gnu.org; Wed, 11 May 2011 06:31:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QK6h3-0002xy-FD for emacs-orgmode@gnu.org; Wed, 11 May 2011 06:31:02 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:48242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK6h3-0002xo-6y for emacs-orgmode@gnu.org; Wed, 11 May 2011 06:31:01 -0400 Received: by eyd9 with SMTP id 9so123196eyd.0 for ; Wed, 11 May 2011 03:30:59 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Cc: org-mode@tsdye2.com git bisect shows that http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=cd05598dcd30f98f3919213752c72f911d9c2489 broke "make info": org.texi:8822: Misplaced {. org.texi:8822: Misplaced }. this patch resolves it for me: --- doc/org.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 135c8ef..aa34cd3 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -8822,7 +8822,7 @@ the object with @code{\ref@{tab:basic-data@}}: Optionally, the caption can take the form: @example -#+CAPTION: [Caption for list of figures]{Caption for table (or link).} +#+CAPTION: [Caption for list of figures]@{Caption for table (or link).@} @end example @cindex inlined images, markup rules -- 1.6.2.1 Michael