From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: [BUG] htmlp and latexp Date: Wed, 16 Feb 2011 09:44:16 +0100 Message-ID: <4D5B8E60.4070307@christianmoe.com> References: Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=45369 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppcwn-0007FT-Mk for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 03:41:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ppcwm-00077W-Lv for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 03:41:17 -0500 Received: from mars.hitrost.net ([91.185.211.18]:24974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ppcwm-00077S-FE for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 03:41:16 -0500 In-Reply-To: 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 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. -------------------- 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