From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: [BUG] htmlp and latexp Date: Wed, 16 Feb 2011 11:44:31 +0100 Message-ID: <871v38s1gw.fsf@gnu.org> References: <4D5B8E60.4070307@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=48606 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppk4r-0004qp-Ad for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 11:18:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ppk4q-0004ba-I5 for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 11:18:05 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:40117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ppk4q-0004af-62 for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 11:18:04 -0500 Received: by mail-ey0-f169.google.com with SMTP id 6so822755eyh.0 for ; Wed, 16 Feb 2011 08:18:03 -0800 (PST) In-Reply-To: (Dan Davison's message of "Wed, 16 Feb 2011 10:07:31 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: Org , mail@christianmoe.com Hi Dan, Dan Davison writes: > I was about to make a temporary fix but I see Bastien's just fixed > it. Bastien -- should we give that `backend' variable a name within the > org-* namespace (and maybe defvar it in org.el?) so that it is a more > respectable way to test for "am I doing export now?"? (This issue just > came up in a separate babel thread). backend is dynamically scoped, so I think there is no need to defvar it in org.el -- only in org-*-blocks.el, to avoid compilation warnings. Let me know if you think otherwise. But it's a good idea to rename it to org-export-backend. Can you do it? -- Bastien