Max Nikulin writes: > However to produce clean export result <span> elements should not be > added if no attributes are specified. My expectation is > > "<p> > Example of <b>intra</b><i>word</i> markup</p> > "
It seems like a good idea to me. Currently, in LaTeX: &_{lorem ipsum dolor} ==> LaTeX ==> lorem ipsum dolor It can also be extended to html, odt and the rest of the backends. That is, by default, the anonymous variant without attributes simply returns the content. Another possibility (with the current implementation): #+options: inline-special-block-aliases:(("b" :html-tag "b")("i" :html-tag "i")) &b{intra}&i{word} -- Juan Manuel Macías -- Composición tipográfica, tratamiento de datos, diseño editorial y ortotipografía