From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Malone Subject: Re: Org-beamer problems Date: Wed, 19 Jan 2011 17:33:26 -0500 Message-ID: References: <87y66gjzyp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2071196679==" Return-path: Received: from [140.186.70.92] (port=48581 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pfgar-0000V9-5g for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 17:33:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pfgal-0001LK-UE for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 17:33:29 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:43713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pfgal-0001L8-PU for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 17:33:27 -0500 Received: by iyj17 with SMTP id 17so1457592iyj.0 for ; Wed, 19 Jan 2011 14:33:26 -0800 (PST) In-Reply-To: <87y66gjzyp.fsf@gmail.com> 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: hindiogine@gmail.com Cc: emacs-org --===============2071196679== Content-Type: multipart/alternative; boundary=001485ebea38086901049a3a9ba3 --001485ebea38086901049a3a9ba3 Content-Type: text/plain; charset=ISO-8859-1 Hi Henri-Paul, I'm running =org-version= 7.3 (release_7.3.89.g97f4c.dirty) I don't have anything in my .emacs about the beamer latex class - it just works. The only =org-export-latex-classes= statements that I have are with some latex classes that I have made myself. What does your .tex output look like? Chris On Wed, Jan 19, 2011 at 5:22 PM, Henri-Paul Indiogine wrote: > Greetings! > > I am also having difficulties running Beamer from org-mode. I am > running a fully updated Ubuntu with snapshot emacs and a daily updated > git version of org-mode. > > I am not able to get blocks, lists, and colums to work. I have a > feeling from Googling quite a bit that the problem is due to some > interaction between my org-mode header and .emacs. > > Unfortunately, the org-mode manual does not state how to configure > .emacs for Beamer export. There must be something going on with the > levels of headers and the B_Block directive. > > Basically, I can not get the example to work. > > Here is the relevant part of my .emacs > > ------------------------------------------------- > (setq org-export-latex-classes > '(("article" "\\documentclass[11pt]{article}" > ("\\section{%s}" . "\\section*{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") > ("\\subsubsection{%s}" . "\\subsubsection*{%s}") > ("\\paragraph{%s}" . "\\paragraph*{%s}") > ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) > > ("beamer" "\\documentclass[bigger]{beamer} > \\usepackage{verbatim} > \\definecolor{verylightgray}{rgb}{0.93,0.93,1.0} > \\mode{\\usetheme{Madrid}} > > \\mode{\\usecolortheme[rgb={0.5,0.5,0.5}]{structure} > \\usepackage{pgfpages}} > \\usepackage[absolute,overlay]{textpos} > \\setlength{\\TPHorizModule}{1mm} > \\setlength{\\TPVertModule}{1mm}" > ("\\section{%s}" . "\\section*{%s}") > ("\\begin{frame}[fragile]\\frametitle{%s}" "\\end{frame}" > "\\begin{frame}[fragile]\\frametitle{%s}" "\\end{frame}")) > -------------------------------------------------------- > > The header is the same as from the example. > > Thanks, > Henri-Paul > > > > > Henri-Paul Indiogine > Email: hindiogine@gmail.com > Running: Ubuntu Linux 10.10, Emacs 24.0.50.1, org-mode 7.3 > > _______________________________________________ > 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 > --001485ebea38086901049a3a9ba3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Henri-Paul,

I'm running =3Dorg-version=3D 7.3 (release_7.3.89= .g97f4c.dirty)

I don't have anything in my .emacs about the beam= er latex class - it just works.=A0 The only =3Dorg-export-latex-classes=3D = statements that I have are with some latex classes that I have made myself.=

What does your .tex output look like?

Chris

On Wed, Jan 19, 2011 at 5:22 PM, Henri-Paul Indiogine <hindiogine@gmail.com= > wrote:
Greetings!

I am also having difficulties running Beamer from org-mode. =A0 I am
running a fully updated Ubuntu with snapshot emacs and a daily updated
git version of org-mode.

I am not able to get blocks, lists, and colums to work. =A0I have a
feeling from Googling quite a bit that the problem is due to some
interaction between my org-mode header and .emacs.

Unfortunately, the org-mode manual does not state how to configure
.emacs for Beamer export. =A0There must be something going on with the
levels of headers and the B_Block directive.

Basically, I can not get the example to work.

Here is the relevant part of my .emacs

-------------------------------------------------
(setq org-export-latex-classes
=A0 =A0 =A0'(("article" "\\documentclass[11pt]{article}= "
=A0 =A0 =A0 =A0 ("\\section{%s}" . "\\section*{%s}") =A0 =A0 =A0 =A0 ("\\subsection{%s}" . "\\subsection*{%s}&qu= ot;)
=A0 =A0 =A0 =A0 ("\\subsubsection{%s}" . "\\subsubsection*{= %s}")
=A0 =A0 =A0 =A0 ("\\paragraph{%s}" . "\\paragraph*{%s}"= ;)
=A0 =A0 =A0 =A0 ("\\subparagraph{%s}" . "\\subparagraph*{%s= }"))

=A0 =A0 =A0 =A0("beamer" "\\documentclass[bigger]{beamer} =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 \\usepackage{verbatim}
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 \\definecolor{verylightgray}{rgb}{0.93= ,0.93,1.0}
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 \\mode<beamer>{\\usetheme{Madrid= }}
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 \\mode<handout>{\\usecolortheme[= rgb=3D{0.5,0.5,0.5}]{structure}
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 \\usepackage{pgfpages}}
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 \\usepackage[absolute,overlay]{textpos= }
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 \\setlength{\\TPHorizModule}{1mm}
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 \\setlength{\\TPVertModule}{1mm}"=
=A0 =A0 =A0 =A0 ("\\section{%s}" . "\\section*{%s}") =A0 =A0 =A0 =A0 ("\\begin{frame}[fragile]\\frametitle{%s}" "= ;\\end{frame}"
=A0 =A0 =A0 =A0 =A0"\\begin{frame}[fragile]\\frametitle{%s}" &qu= ot;\\end{frame}"))
--------------------------------------------------------

The header is the same as from the example.

Thanks,
Henri-Paul




Henri-Paul Indiogine
Email: hindiogine@gmail.com
Running: Ubuntu Linux 10.10, Emacs 24.0.50.1, org-mode 7.3

_______________________________________________
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

--001485ebea38086901049a3a9ba3-- --===============2071196679== 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 --===============2071196679==--