From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Org-Mode Reference Card "bug" Date: Thu, 28 Feb 2013 15:46:54 +0100 Message-ID: <86lia88pi9.fsf@somewhere.org> References: <4205.1361992685@alphaville> <86k3ps9645.fsf@somewhere.org> <87k3psg6pt.fsf@bzg.ath.cx> <86bob4949p.fsf@somewhere.org> <87y5e8eqdk.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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 "" "")) (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