emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Filters not working


From: Thomas S. Dye
Subject: Re: [O] Filters not working
Date: Fri, 09 Aug 2013 11:16:07 -1000

Aaron Ecay <address@hidden> writes:

> Thomas,
>
> Since backends are no longer passed as symbols, but as structs, I
> think you should use the `org-export-derived-backend-p' function.
> Does your code work if you replace `(memq backend ...)' with
> `(org-export-derived-backend-p backend 'latex)'?  (beamer is derived
> from latex, so you don't need a separate test for it.)

Thanks Aaron, that works.

Now, to finish off that writing project ...

All the best,
Tom
-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]