[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to export to the simplest possible HTML?
From: |
Ihor Radchenko |
Subject: |
Re: How to export to the simplest possible HTML? |
Date: |
Sat, 03 Jun 2023 08:37:39 +0000 |
Marcin Borkowski <mbork@mbork.pl> writes:
>> You can loop over links in the exported subtree and export any extra if
>> necessary. For example, in the `org-export-filter-parse-tree-functions'.
>
> Interesting. The main problem with it is that the docstring is rather
> concise and I don't understand it well enough to use it.
Org export passes the actual parsed and filtered AST that will be
exported to `org-export-filter-parse-tree-functions'. You can modify and
traverse the parse tree as you need.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>