On Sun, Jun 28, 2015 at 11:52:06PM +0200, Nicolas Goaziou wrote:
> Suvayu Ali 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 filt
Hello,
Suvayu Ali 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-f
Hi,
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. Howeve