From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Question on org-beamer markup Date: Wed, 12 Jan 2011 21:24:36 +0100 Message-ID: <807he9hnuj.fsf@missioncriticalit.com> References: <4D2DE792.8070502@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Erik, Erik Iverson wrote: > According to http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.ht= ml > > the following markup should work when exporting to PDF from an org-beamer > document. > > - the first, very @important@, point! > - the previous point shows the use of the special markup which > translates to the Beamer specific /alert/ command for highlighting > text. > > However, upon export the resulting .tex file does not actually contain th= is > translation from @important@ to the alert command, but rather sill has > @important@ in the output. > > Am I missing some part of the setup process? You must update *manually* the var =3Dorg-export-latex-emphasis-alist=3D: #+begin_src emacs-lisp ;; alist of LaTeX expressions to convert emphasis fontifiers (setq org-export-latex-emphasis-alist '(("*" "\\textbf{%s}" nil) ("/" "\\emph{%s}" nil) ("_" "\\underline{%s}" nil) ("+" "\\st{%s}" nil) ("=3D" "\\url{%s}" nil) ;; `url' breaks lines in long strings (was `verb') ("~" "\\verb~%s~" t) ("@" "\\alert{%s}" nil))) #+end_src This is an annoyance, yes... However, I don't have (yet?) a clever idea abo= ut how to do this in a portable way, ie it should not cause problem when used = in non-beamer documents... Best regards, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode