emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

`:export' attribute?: Re: Experimental public branch for inline special


From: Juan Manuel Macías
Subject: `:export' attribute?: Re: Experimental public branch for inline special blocks
Date: Sun, 10 Mar 2024 02:08:55 +0000

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.

Possible values: "noexport", "contents" (it would export only the content)
or the backends to which you want to export, separated by spaces. Each
backend should be followed by a "+" sign (= export all) or "*" (export
content only). For example:

@foo[:color red :export latex+ odt* html*]{lorem ipsum dolor}

This means that "lorem ipsum dolor" would be exported with color format
to LaTeX, but only the content would be exported to odt and html.

Wdyt?

Best regards,

Juan Manuel 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]