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: Thu, 03 Sep 2015 23:38:30 +0200 Message-ID: <87h9nbmbe1.fsf@nicolasgoaziou.fr> References: <87egifp7jb.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXcBn-0007Om-M8 for emacs-orgmode@gnu.org; Thu, 03 Sep 2015 17:37:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXcBm-0007QD-Gw for emacs-orgmode@gnu.org; Thu, 03 Sep 2015 17:36:59 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:45606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXcBm-0007Dr-9H for emacs-orgmode@gnu.org; Thu, 03 Sep 2015 17:36:58 -0400 In-Reply-To: (Andreas Leha's message of "Thu, 03 Sep 2015 22:11:42 +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 Hello, Andreas Leha writes: > This macro is from Eric Schulte initially. And I guess I would be out > of luck adapting it to new Org mode versions as well. What about (defmacro by-backend (&rest body) `(case org-export-current-backend ,@body)) ? Regards, -- Nicolas Goaziou