[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
- [O] Filters not working, Thomas S. Dye, 2013/08/09
- Re: [O] Filters not working, Charles Berry, 2013/08/09
- Re: [O] Filters not working, Thomas S. Dye, 2013/08/09
- Re: [O] Filters not working, Aaron Ecay, 2013/08/09
- Re: [O] Filters not working,
Thomas S. Dye <=
- Re: [O] Filters not working, Charles Berry, 2013/08/09
- Re: [O] Filters not working, Thomas S. Dye, 2013/08/09
- Re: [O] Filters not working, Nicolas Goaziou, 2013/08/10
- Re: [O] Filters not working, Thomas S. Dye, 2013/08/10