emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Filters not working


From: Aaron Ecay
Subject: Re: [O] Filters not working
Date: Fri, 9 Aug 2013 16:30:26 -0400

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.)

Aaron



reply via email to

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