From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ox-ascii, bug?] aligning text withing footnotes Date: Sun, 08 Mar 2015 17:21:38 +0100 Message-ID: <87ioeb5ujx.fsf@nicolasgoaziou.fr> References: <878ufbqavl.fsf@gmx.us> <87egp18vbq.fsf@nicolasgoaziou.fr> <87bnk5kq0k.fsf@gmx.us> <87mw3o7ecn.fsf@nicolasgoaziou.fr> <87bnk4i65a.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUdwO-0002sK-GB for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 12:20:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUdwI-0006LU-Ma for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 12:20:32 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:37175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUdwI-0006IE-Gn for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 12:20:26 -0400 In-Reply-To: <87bnk4i65a.fsf@gmx.us> (rasmus@gmx.us's message of "Sun, 08 Mar 2015 03:18:09 +0100") 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: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > What I want to do is simpler. I want to subtract the length between [1] > and [fn:1] from every line between :begin and :end of the > footnote-definition. Differences other than the three character > difference between [fn:1] and [1] I don't care about. This is not simpler. Exporting works on top of a parse tree, not the current buffer. Global indentation is removed before "ox-ascii" even sees it. Regards,