On 10/03/2024 09:08, Juan Manuel Macías wrote:
I'm thinking about adding a new global attribute, `:export', that
would granularly control whether or not to export the object and how to
export it.
I have a bit different expectations in respect to export predicates. It
should be possible to express that some content should be exported by
all backend except the given list. The use case is fallback for backends
not covered by export snippets:
@@latex:\textbf{\LaTeX() formatting}@@@@html:<strong>HTML
formatting</strong>@@@[...]{*for other backends}
Earlier I raised this issue during discussion of @@:...@@ syntax extension:
Max Nikulin. Re: Org-syntax: Intra-word markup. Fri, 28 Jan 2022
21:52:17 +0700.
https://list.orgmode.org/868df76e-69e0-1d14-ae8a-13b746982...@gmail.com
Another case for backend predicates is whether it should be applicable
to derived backends or just to explicitly specified ones.