From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: Filters not working Date: Fri, 09 Aug 2013 11:18:24 -1000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7u5I-0004xs-5k for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 17:19:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7u5B-0004oe-Fj for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 17:18:56 -0400 Received: from oproxy13-pub.mail.unifiedlayer.com ([69.89.16.30]:39588) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1V7u5B-0004oN-8Y for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 17:18:49 -0400 In-Reply-To: (Charles Berry's message of "Fri, 9 Aug 2013 20:52:12 +0000 (UTC)") 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: Charles Berry Cc: emacs-orgmode@gnu.org Charles Berry writes: > The changes introduced in commit > > cea0434c4f7f7f1fc1547e6790b96a76bc217e15 > ox: Change back-ends internal representation to structures > > necessitate extracting the name of the back-end from a vector. > > So, this bit of code > > (memq backend '(beamer latex)) > > will never return t, because backend is a vector. > > Probably what you want is > > (memq (org-export-backend-name backend) '(latex beamer)) Yes, got it now. Thanks for your help. All the best, Tom -- Thomas S. Dye http://www.tsdye.com