FWIMBW… Emphasis in ox-latex is implemented with _underline_ and /italics/ with the ulem package…
If we open Pandora’s box, remember that markup for sans was already requested by yours truly… Just chirping in./PA Enviado desde mi iPhone > El 14 jun 2026, a las 18:05, Ihor Radchenko <[email protected]> escribió: > > Perry Smith <[email protected]> writes: > >>> (setq org-html-text-markup-alist >>> '((bold . "<b>%s</b>") >>> (code . "<code class=\"code\">%s</code>") >>> (italic . "<i>%s</i>") >>> (strike-through . "<del>%s</del>") >>> (underline . "<span class=\"underline\">%s</span>") >>> (verbatim . "<code class=\"verbatim\">%s</code>"))) >> >> Since <code> is being used in two places, I added a class so that they could >> be differentiated in the CSS mark up. > > Looks safe and is also an improvement. Maybe we need to have something > akin org-html-tag-class-prefix and org-html-todo-kwd-class-prefix as well. > >> I want to add to the emphasis possibilities. Currently there are six and I >> believe I want / need a few more. I have looked at the code a little and >> found some old messages about the topic. There was a suggestion of >> something being added to the third party contributions but I didn’t see >> anything. >> >> I’m looking for any advice, suggestions, dangers, etc.. before diving into >> this experiment. > > I am not sure if I understand you correctly, but are you suggesting to > add additional emphasis syntax to Org mode itself? Or just ox-html? > > -- > Ihor Radchenko // yantar92, > Org mode maintainer, > 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> >
