From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: [BUG] htmlp and latexp Date: Wed, 16 Feb 2011 10:07:31 +0000 Message-ID: References: <4D5B8E60.4070307@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=59240 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpeIO-00060b-Pf for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 05:07:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpeIN-0002ef-0j for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 05:07:40 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:37221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpeIM-0002eU-QP for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 05:07:38 -0500 Received: by wwb17 with SMTP id 17so1190308wwb.30 for ; Wed, 16 Feb 2011 02:07:38 -0800 (PST) In-Reply-To: <4D5B8E60.4070307@christianmoe.com> (Christian Moe's message of "Wed, 16 Feb 2011 09:44:16 +0100") 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: mail@christianmoe.com Cc: Org , Bastien Christian Moe writes: > On 2/15/11 11:23 PM, Dan Davison wrote: >> Commit ed6d6760268 removed variables htmlp and latexp from >> `org-export-preprocess-string'. Nothing wrong with that, but I think it >> has broken export for those using org-special-blocks > > Confirmed. Exporting the following example stops with a void-variable > error in org-special-blocks-make-special-cookies. 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). Dan > > -------------------- > > Some text. > > #+begin_sidebar > Some details left out of the main text. > #+end_sidebar > > -------------------- > > (Incidentally -- org-special-blocks.el still says it's "not currently > part of GNU Emacs", but as of Org-mode 7.4 it is, isn't it?) > > CM > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode