From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [bug?] File contents of SETUPFILE's is read twice Date: Wed, 05 Feb 2014 16:28:43 +0100 Message-ID: <87ppn1mvdg.fsf@bzg.ath.cx> References: <8661otbpcb.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB4PS-0004uv-7b for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 10:29:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB4PL-0005T4-5H for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 10:29:06 -0500 Received: from plane.gmane.org ([80.91.229.3]:48676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB4PK-0005Sx-V7 for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 10:28:59 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WB4PJ-0002cV-80 for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 16:28:57 +0100 In-Reply-To: <8661otbpcb.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 05 Feb 2014 15:34:28 +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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hi Sébastien, "Sebastien Vauban" writes: > It seems wrong to me that the SETUPFILE's are accessed twice. That's because setupfile is checked within `org-macro-initialize-templates' and `org-set-regexps-and-options', both called from org-mode. -- Bastien