emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Hendy <jw.hendy@gmail.com>
To: Rob Patro <rob.patro@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-beamer problem
Date: Fri, 3 Sep 2010 11:05:41 -0500	[thread overview]
Message-ID: <AANLkTinkQG37tm-NaxzApG=XOWpGGLL0NaV1w7pJe4pK@mail.gmail.com> (raw)
In-Reply-To: <AANLkTimKcKTQ_iyLMAmv7_HfcFX0cYXUb3G2sM4sVJ=B@mail.gmail.com>


[-- 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

      reply	other threads:[~2010-09-03 16:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-03 15:57 org-beamer problem Rob Patro
2010-09-03 16:05 ` John Hendy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTinkQG37tm-NaxzApG=XOWpGGLL0NaV1w7pJe4pK@mail.gmail.com' \
    --to=jw.hendy@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=rob.patro@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).