Hello,

Suvayu Ali <fatkasuvayu+li...@gmail.com> writes:

> I wanted to apply a filter to normal text and captions.  So I initially
> used org-export-filter-body-functions, however this also applies on the
> section title.  Handling that case would make my filter a bit more
> complicated.  So I switched to using
> org-export-filter-paragraph-functions.  However I can't find what would
> be the corresponding filter list for captions (both figures and
> tables).

There is no such filter. By the time filters are called, captions have
already been merged with their element. IOW,
`org-export-filter-paragraph-functions' is applied to a string
containing both the caption and the paragraph.


Regards,

-- 
Nicolas Goaziou

Reply via email to