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