emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Luca Ferrari <fluca1978@gmail.com>
To: emacs-org list <emacs-orgmode@gnu.org>
Subject: org to beamer structure not working
Date: Mon, 8 Mar 2021 15:43:02 +0100	[thread overview]
Message-ID: <CAKoxK+7JDcSv4BMLu0OC9dOuNadoOASuPusT3Q-bqbb1RjEjqg@mail.gmail.com> (raw)

Hi all,
I'm running emacs 26.3, and there's something I cannot reproduce in my
beamer presentation.
In my org file I've:

#+OPTIONS:   H:2 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0
path:https://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+HTML_LINK_UP:
#+HTML_LINK_HOME:

#+startup: beamer
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [bigger]

#+BEAMER_FRAME_LEVEL: 2



therefore I would like to have a frame for ever second level title.
My org file is:

* Intro
** Slide 1
Text 1
** Slide 2
Text 2


The result in latex is:

\section*{Intro}
\label{sec:org32f3cbe}
\subsection*{Slide 1}
\label{sec:org7e597e3}
Text 1
\subsection*{Slide 2}
\label{sec:orgb9aff87}
Text 2


that makes everything appearing on the same slide without a title and
a clear separation between frames. I've tried working with
BEAMER_FRAME_LEVEL but apparently no one value from 1 to 3 is working.
What am I missing?

Thanks,
Luca


             reply	other threads:[~2021-03-08 14:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-08 14:43 Luca Ferrari [this message]
2021-03-08 15:29 ` org to beamer structure not working Eric S Fraga
2021-03-08 15:41   ` Luca Ferrari
2021-03-15 14:37     ` Nick Dokos
2021-03-15 15:11       ` Eric S Fraga
2021-03-15 15:20       ` Jeremie Juste

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=CAKoxK+7JDcSv4BMLu0OC9dOuNadoOASuPusT3Q-bqbb1RjEjqg@mail.gmail.com \
    --to=fluca1978@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).