From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: New Exporter macro expansion Date: Wed, 10 Oct 2012 13:59:37 +0200 Message-ID: <87ehl65yhi.fsf@gmail.com> References: <87txu86lts.fsf@gmail.com> <80r4pcugl2.fsf@somewhere.org> <87mx006j9f.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLv17-0001Ek-93 for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 08:04:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLv16-0002Gl-9a for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 08:04:01 -0400 Received: from plane.gmane.org ([80.91.229.3]:47992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLv16-0002Ge-2i for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 08:04:00 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TLv15-0003mr-RO for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 14:03:59 +0200 In-Reply-To: (Jonathan Leech-Pepin's message of "Tue, 9 Oct 2012 10:53:52 -0400") 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: Jonathan Leech-Pepin Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org, Sebastien Vauban Hello, Jonathan Leech-Pepin writes: > I do however have one other issue that I seem to recall working in the previous > exporter. > > If I use #+INCLUDE: "./macros.org" to store a list of common macros for > several files they will not appear in the exported document. Is this > intended? Not really intended. That's because include keywords expansion was happening after macro expansion (see `org-export-as'). It should be fixed now. Thanks for reporting it. Regards, -- Nicolas Goaziou