From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: org-beamer problem Date: Fri, 3 Sep 2010 11:05:41 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1262056114==" Return-path: Received: from [140.186.70.92] (port=50277 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrYmr-0007WK-4I for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 12:06:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrYlq-0002eN-Td for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 12:05:46 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:43138) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrYlq-0002eB-JS for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 12:05:42 -0400 Received: by ewy28 with SMTP id 28so1443971ewy.0 for ; Fri, 03 Sep 2010 09:05:41 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rob Patro Cc: emacs-orgmode@gnu.org --===============1262056114== Content-Type: multipart/alternative; boundary=001517478c0c34f571048f5d1aef --001517478c0c34f571048f5d1aef Content-Type: text/plain; charset=ISO-8859-1 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 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 "" "") ("/" italic "" "") ("_" underline "" "") ("=" org-code "" "" verbatim) ("~" org-verbatim "" "" verbatim) ("+" (:strike-through t) "" "") ("@" org-warning "" ""))) 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 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 > > --001517478c0c34f571048f5d1aef Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Rob,


See this thread and Eric's re= sponse to it afterward (click "Next message by thread" at the bot= tom of the page:


It seems that @ isn't really a markup tool in beam= er. Perhaps someone can add Eric's fix to orgmode proper? Here it is:

-----------------
(se= tq org-emphasis-alist (quote (("*" bold "<b>" &qu= ot;</b>")=A0
("/" italic "<i>" "</i>")
(&qu= ot;_" underline "<span=A0
style=3D\"text-decoration:un= derline;\">" "</span>")
("=3D" or= g-code "<code>" "</code>" verbatim)
("~" org-verbatim "<code>" "</code>&qu= ot; verbatim)
("+" (:strike-through t) "<del>"= "</del>")
("@" org-warning "<b>&qu= ot; "</b>")))
org-export-latex-emphasis-alist (quote=A0
(("*" "\\textbf= {%s}" nil)
("/" "\\emph{%s}" nil)=A0
("= _" "\\underline{%s}" nil)
("+" "\\texttt{%= s}" nil)
("=3D" "\\verb=3D%s=3D" nil)
("~" "\\= verb~%s~" t)
("@" "\\alert{%s}" nil)))
<= br>
You can just used \alert{text} and that will make alert text...
<= div>

John

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

=A0=A0I'm try= ing to use org-beamer to create a presentation. =A0I'm following the Wo= rg tutorial, but I've found that surrounding a word with '@' do= es not properly translate to the alert directive in Beamer. =A0Whenever I p= lace a word in '@'s, they pass through directly to the presentation= . =A0For example instead of @alert@ translating to a bold red alert in the = output presentation, I just get the string "@alert@". =A0Any idea= why this might be happening? =A0I also grabbed the example presentation fr= om 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


--001517478c0c34f571048f5d1aef-- --===============1262056114== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1262056114==--