Bastien, Bastien wrote: > "Sebastien Vauban" writes: >> They should not visually disappear, but they do. > > No... chances are that it comes from your configuration. Please always > assume it does first, then provide a recipe if it's with emacs -Q. Thanks!
Yes, it does. I still had the following code, from when `@' was unofficially supported in Beamer to render alert calls: --8<---------------cut here---------------start------------->8--- (defface my/org-alert-face '((t (:weight bold :foreground "black" :foreground "#FF0000"))) "Face used to display alert'ed items.") (add-to-list 'org-emphasis-alist '("@" my/org-alert-face "<span class=\"alert\">" "</span>")) (add-to-list 'org-export-latex-emphasis-alist '("@" "\\alert{%s}" nil)) --8<---------------cut here---------------end--------------->8--- Without that, the problem disappears. Sorry for the noise. Best regards, Seb -- Sebastien Vauban