[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
- Experimental public branch for inline special blocks, Juan Manuel Macías, 2024/03/01
- Re: Experimental public branch for inline special blocks, Stefan Nobis, 2024/03/02
- Re: Experimental public branch for inline special blocks, Juan Manuel Macías, 2024/03/03
- `:export' attribute?: Re: Experimental public branch for inline special blocks,
Juan Manuel Macías <=
- Re: `:export' attribute?: Re: Experimental public branch for inline special blocks, Juan Manuel Macías, 2024/03/10
- Re: `:export' attribute?: Re: Experimental public branch for inline special blocks, Max Nikulin, 2024/03/11
- Re: `:export' attribute?: Re: Experimental public branch for inline special blocks, Juan Manuel Macías, 2024/03/11
- Re: `:export' attribute?: Re: Experimental public branch for inline special blocks, Max Nikulin, 2024/03/11
- Re: `:export' attribute?: Re: Experimental public branch for inline special blocks, Juan Manuel Macías, 2024/03/11
- Re: `:export' attribute?: Re: Experimental public branch for inline special blocks, Stefan Nobis, 2024/03/12
- Re: `:export' attribute?: Re: Experimental public branch for inline special blocks, Juan Manuel Macías, 2024/03/12
- Re: `:export' attribute?: Re: Experimental public branch for inline special blocks, Max Nikulin, 2024/03/12
- Re: `:export' attribute?: Re: Experimental public branch for inline special blocks, Juan Manuel Macías, 2024/03/12
- Re: `:export' attribute?: Re: Experimental public branch for inline special blocks, Max Nikulin, 2024/03/13