From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henri-Paul Indiogine Subject: Re: Org-beamer problems Date: Wed, 19 Jan 2011 14:22:38 -0800 Message-ID: <87y66gjzyp.fsf@gmail.com> References: Reply-To: hindiogine@gmail.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=48862 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfgR6-0006FU-2D for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 17:23:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfgQP-0007TQ-8Y for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 17:22:47 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:43200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfgQP-0007TC-62 for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 17:22:45 -0500 Received: by gyd10 with SMTP id 10so639264gyd.0 for ; Wed, 19 Jan 2011 14:22:44 -0800 (PST) In-Reply-To: (Jeff Horn's message of "Wed, 19 Jan 2011 10:55:07 -0500") 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: emacs-org 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