[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Org-beamer problems
From: |
Henri-Paul Indiogine |
Subject: |
Re: [Orgmode] Org-beamer problems |
Date: |
Wed, 19 Jan 2011 14:22:38 -0800 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) |
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<beamer>{\\usetheme{Madrid}}
\\mode<handout>{\\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: address@hidden
Running: Ubuntu Linux 10.10, Emacs 24.0.50.1, org-mode 7.3
- [Orgmode] Org-beamer problems, Bill Moran, 2011/01/19
- Re: [Orgmode] Org-beamer problems, Jeff Horn, 2011/01/19
- Re: [Orgmode] Org-beamer problems,
Henri-Paul Indiogine <=
- Message not available
- Re: [Orgmode] Org-beamer problems, Eric S Fraga, 2011/01/19
- [Orgmode] Re: Org-beamer problems, Bill Moran, 2011/01/19
- Re: [Orgmode] Re: Org-beamer problems, Jeff Horn, 2011/01/19
- Re: [Orgmode] Re: Org-beamer problems, Chris Malone, 2011/01/19
- [Orgmode] Re: Org-beamer problems, Bill Moran, 2011/01/19
- Re: [Orgmode] Re: Org-beamer problems, Chris Malone, 2011/01/19
- Re: [Orgmode] Re: Org-beamer problems, Eric S Fraga, 2011/01/20