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:18:24 -1000

Charles Berry <address@hidden> 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



reply via email to

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