emacs-orgmode
[Top][All Lists]
Advanced

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

[O] org + beamer: How to get @Š@ to crea te \alert?


From: Richard Stanton
Subject: [O] org + beamer: How to get @Š@ to crea te \alert?
Date: Tue, 1 May 2012 16:24:38 -0700
User-agent: Microsoft-MacOutlook/14.2.1.120420

I've just started using orgmode to create Beamer presentations, and have a
question.

In the worg documentation
(http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html), it gives
an example of how enclosing text in "@" signs is supposed to result in
highlighted red text. When I try it, I get text surrounded by two "@"
signs...

Following suggestions from this list back in 2010, I tried customizing
org-export-latex-emphasis-alist to

Value: (("*" "\\textbf{%s}" nil)
 ("/" "\\emph{%s}" nil)
 ("_" "\\underline{%s}" nil)
 ("+" "\\st{%s}" nil)
 ("=" "\\protectedtexttt" t)
 ("~" "\\verb" t)
 ("@" "\\alert{%s}" nil))


but this doesn't seem to help either.

Can anyone tell me how to get this working?

Thanks.

By the way, org-version reports: Org-mode version 7.8.09
(release_7.8.09-481-g3c3402 @
/Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-inst
all.el)







reply via email to

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