Re: [O] Export filters question

2014-09-16 Thread Fabrice Popineau
2014-09-15 18:30 GMT+02:00 Nicolas Goaziou : > Hello, > > Since filters are meant for tweaking generated output, the information > you're looking after is not readily accessible at this level. Your > request makes sense, but I think you really want to write a derived > back-end with a custom headl

Re: [O] Export filters question

2014-09-15 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > This is probably a very basic question, > but what is the right way to access properties of the element in a filter ? > > Admit I want to define my own filter: > > (defun my-latex-filter-headline (text backend info) > ... ) > > And I want to access the relative

[O] Export filters question

2014-09-15 Thread Fabrice Popineau
Hi, This is probably a very basic question, but what is the right way to access properties of the element in a filter ? Admit I want to define my own filter: (defun my-latex-filter-headline (text backend info) ... ) And I want to access the relative level of the current headline. How should I