From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org syntax inside verbatim/literal blocks Date: Sat, 17 Aug 2019 15:24:56 +0200 Message-ID: <87r25j53h3.fsf@nicolasgoaziou.fr> References: <87tvaqduwe.fsf_-_@gmail.com> <87wofmf4z3.fsf@nicolasgoaziou.fr> <87pnledpdf.fsf@gmail.com> <87ef1mg829.fsf@nicolasgoaziou.fr> <87lfvuohr8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48375) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hyyha-0005lK-C9 for emacs-orgmode@gnu.org; Sat, 17 Aug 2019 09:25:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hyyhY-0000m9-Pp for emacs-orgmode@gnu.org; Sat, 17 Aug 2019 09:25:01 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:53085) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hyyhY-0000lV-K9 for emacs-orgmode@gnu.org; Sat, 17 Aug 2019 09:25:00 -0400 In-Reply-To: <87lfvuohr8.fsf@gmail.com> (=?utf-8?B?IsWgdMSbcMOhbiBOxJtt?= =?utf-8?B?ZWMiJ3M=?= message of "Thu, 15 Aug 2019 12:16:59 +0200") 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" To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Cc: emacs-orgmode@gnu.org Hello, =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec writes: > Yes, thank you, patch attached (on top of current maint branch). > > I don't know how robust the footnote indexing is, e.g. putting #+cindex > above instead of below [fn] lead to errors during 'make info'; but the > version attached does work (for the texinfo export at least). Thank you. I thought the idea was to move the information outside of the footnote. I applied a different patch, in master. Let me know if it is enough. Side note: you cannot use CINDEX keyword in a footnote definition because Texinfo inlines them, which is not compatible with @cindex commands. Regards, --=20 Nicolas Goaziou