From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Block level specification for tex code html export method Date: Fri, 04 Sep 2015 14:48:43 +0200 Message-ID: <87bndimjtg.fsf@nicolasgoaziou.fr> References: <87egifp7jb.fsf@ucl.ac.uk> <87h9nbmbe1.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXqOY-00083a-Oo for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 08:47:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXqOX-00032E-Pc for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 08:47:06 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:40985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXqOX-00031O-Jn for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 08:47:05 -0400 In-Reply-To: (Andreas Leha's message of "Fri, 04 Sep 2015 13:08:20 +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: Andreas Leha Cc: emacs-orgmode@gnu.org Andreas Leha writes: > Seems to work fine! > > Just note, that it works for me only after exporting > (when tested under emacs -Q). `org-export-current-backend' is set when exporting a document, much like `backend'. > What about including that into org? Wrong namespace. It should be prefixed with "org". Also, it might be better to include it directly in :file directive handling if that is its sole purpose. Regards,