emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Chris Malone <chris.m.malone@gmail.com>
To: hindiogine@gmail.com
Cc: emacs-org <emacs-orgmode@gnu.org>
Subject: Re: Org-beamer problems
Date: Wed, 19 Jan 2011 17:33:26 -0500	[thread overview]
Message-ID: <AANLkTinmKvAe_2mUQ-xHs622MAZcz_OvXuaPnzQtiugU@mail.gmail.com> (raw)
In-Reply-To: <87y66gjzyp.fsf@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 2620 bytes --]

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
<hindiogine@gmail.com>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<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: 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
>

[-- Attachment #1.2: Type: text/html, Size: 3595 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

  reply	other threads:[~2011-01-19 22:33 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-19  7:03 Org-beamer problems Bill Moran
2011-01-19 15:55 ` Jeff Horn
2011-01-19 22:22   ` Henri-Paul Indiogine
2011-01-19 22:33     ` Chris Malone [this message]
2011-01-20  8:57     ` Eric S Fraga
     [not found] ` <AANLkTi=7TkcFBVGc90SkTBHFjKx5j7PgHbia=ZkNRxYS@mail.gmail.com>
2011-01-19 15:58   ` John Hendy
2011-01-19 16:36 ` Eric S Fraga
2011-01-19 21:34   ` Bill Moran
2011-01-19 22:02     ` Chris Malone
2011-01-19 22:43       ` Bill Moran
2011-01-19 22:48         ` Chris Malone
2011-01-20  8:54         ` Eric S Fraga
2011-01-20 19:33           ` Henri-Paul Indiogine
2011-01-21  9:05             ` Eric S Fraga
2011-01-20 21:12           ` Bill Moran
2011-01-21 18:57           ` Henri-Paul Indiogine
2011-01-21 20:54             ` Eric S Fraga
2011-01-21 21:25               ` Henri-Paul Indiogine
2011-01-21 23:39                 ` Eric S Fraga
2011-01-19 22:20     ` Jeff Horn
2011-01-20  8:52     ` Eric S Fraga
  -- strict thread matches above, loose matches on Subject: below --
2011-01-21  2:31 Bill Moran
2011-01-21 21:11 ` Eric S Fraga
2011-01-21 22:29   ` Bill Moran
2011-01-21 23:25   ` Eric S Fraga
2011-01-22  2:52     ` Bill Moran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTinmKvAe_2mUQ-xHs622MAZcz_OvXuaPnzQtiugU@mail.gmail.com \
    --to=chris.m.malone@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=hindiogine@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).