emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-beamer problem
@ 2010-09-03 15:57 Rob Patro
  2010-09-03 16:05 ` John Hendy
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Patro @ 2010-09-03 15:57 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 571 bytes --]

Hello,

  I'm trying to use org-beamer to create a presentation.  I'm following the
Worg tutorial, but I've found that surrounding a word with '@' does not
properly translate to the alert directive in Beamer.  Whenever I place a
word in '@'s, they pass through directly to the presentation.  For example
instead of @alert@ translating to a bold red alert in the output
presentation, I just get the string "@alert@".  Any idea why this might be
happening?  I also grabbed the example presentation from the git repository
and noticed the same issue with that.

Thanks,
Rob

[-- Attachment #1.2: Type: text/html, Size: 670 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-beamer problem
  2010-09-03 15:57 org-beamer problem Rob Patro
@ 2010-09-03 16:05 ` John Hendy
  0 siblings, 0 replies; 2+ messages in thread
From: John Hendy @ 2010-09-03 16:05 UTC (permalink / raw)
  To: Rob Patro; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1891 bytes --]

Hi Rob,


See this thread and Eric's response to it afterward (click "Next message by
thread" at the bottom of the page:

http://osdir.com/ml/emacs-orgmode-gnu/2010-08/msg00784.html

<http://osdir.com/ml/emacs-orgmode-gnu/2010-08/msg00784.html>It seems that @
isn't really a markup tool in beamer. Perhaps someone can add Eric's fix to
orgmode proper? Here it is:

-----------------
(setq org-emphasis-alist (quote (("*" bold "<b>" "</b>")
("/" italic "<i>" "</i>")
("_" underline "<span
style=\"text-decoration:underline;\">" "</span>")
("=" org-code "<code>" "</code>" verbatim)
("~" org-verbatim "<code>" "</code>" verbatim)
("+" (:strike-through t) "<del>" "</del>")
("@" org-warning "<b>" "</b>")))
org-export-latex-emphasis-alist (quote
(("*" "\\textbf{%s}" nil)
("/" "\\emph{%s}" nil)
("_" "\\underline{%s}" nil)
("+" "\\texttt{%s}" nil)
("=" "\\verb=%s=" nil)
("~" "\\verb~%s~" t)
("@" "\\alert{%s}" nil)))
-----------------

You can just used \alert{text} and that will make alert text...


John

On Fri, Sep 3, 2010 at 10:57 AM, Rob Patro <rob.patro@gmail.com> wrote:

> Hello,
>
>   I'm trying to use org-beamer to create a presentation.  I'm following the
> Worg tutorial, but I've found that surrounding a word with '@' does not
> properly translate to the alert directive in Beamer.  Whenever I place a
> word in '@'s, they pass through directly to the presentation.  For example
> instead of @alert@ translating to a bold red alert in the output
> presentation, I just get the string "@alert@".  Any idea why this might be
> happening?  I also grabbed the example presentation from the git repository
> and noticed the same issue with that.
>
> Thanks,
> Rob
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

[-- Attachment #1.2: Type: text/html, Size: 3718 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-03 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-03 15:57 org-beamer problem Rob Patro
2010-09-03 16:05 ` John Hendy

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).