From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Commit 6aba2424c9b53e05c348ab0e7cf69bd7a49eb144 Date: Sat, 15 Mar 2014 14:33:34 +0100 Message-ID: <20140315133334.GA6053@kuru.dyndns-at-home.com> References: <53244D19.5040807@t-online.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="5vNYLRcllDrimb99" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOoij-0007zk-Rn for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 09:33:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOoib-0004SD-Ed for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 09:33:49 -0400 Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:37173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOoib-0004S0-7T for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 09:33:41 -0400 Received: by mail-ee0-f43.google.com with SMTP id e53so2356613eek.16 for ; Sat, 15 Mar 2014 06:33:39 -0700 (PDT) Received: from kuru.dyndns-at-home.com (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id 43sm24736116eeh.13.2014.03.15.06.33.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Mar 2014 06:33:38 -0700 (PDT) Content-Disposition: inline In-Reply-To: <53244D19.5040807@t-online.de> 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: emacs-orgmode@gnu.org --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Mar 15, 2014 at 01:52:41PM +0100, Stefan Husmann wrote: > Hello, > > I think both entries in org.texi intrudueced in the mentioned commit should begin with, say, @cindex rather than @index. > @index is not a texinfo command. > > org.texi:9892: unknown command `index' > org.texi:13806: unknown command `index' > Patch attached. -- Suvayu Open source is the future. It sets us free. --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0001-Fix-info-docs-compilation-issue.patch" >From 3816c170812cfa38b7428c0bc167b02462c54703 Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Sat, 15 Mar 2014 14:30:32 +0100 Subject: [PATCH] Fix info docs compilation issue --- doc/org.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 7bc0247..492d8c5 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9889,7 +9889,7 @@ In line [[(sc)]] we remember the current position. [[(jump)][Line (jump)]] jumps to point-min. @end example -@index indentation, in source blocks +@cindex indentation, in source blocks Finally, you can use @code{-i} to preserve the indentation of a specific code block (@pxref{Editing source code}). @@ -13803,7 +13803,7 @@ can be used to map arbitrary language names to existing major modes. @item org-src-window-setup Controls the way Emacs windows are rearranged when the edit buffer is created. @item org-src-preserve-indentation -@index indentation, in source blocks +@cindex indentation, in source blocks By default, the value is @code{nil}, which means that when code blocks are evaluated during export or tangled, they are re-inserted into the code block, which may replace sequences of spaces with tab characters. When non-nil, -- 1.8.3.1 --5vNYLRcllDrimb99--