emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org-Mode Reference Card "bug"


From: Sebastien Vauban
Subject: Re: [O] Org-Mode Reference Card "bug"
Date: Thu, 28 Feb 2013 15:46:54 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.93 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]