* Org Beamer question
@ 2024-11-20 4:42 David Masterson
2024-11-20 8:07 ` Fraga, Eric
0 siblings, 1 reply; 3+ messages in thread
From: David Masterson @ 2024-11-20 4:42 UTC (permalink / raw)
To: emacs-orgmode
Given the following simple Org Beamer file, why is Conclusion turned
into a slide when I've set OPTIONS H:2 ?? If I remove the header line
Intro, the Introduction is also included as a slide (although without
the Introduction frame. I had assumed that the option would set the
frame level at 2 and all headers at level 1 would be ignored (and, thus,
comments to explain the slides to me).
What am I misunderstanding?
====
#+author: David Masterson
#+date: \today
#+description: Items to consider on the home
#+subtitle: in Our Home
#+title: Home Management Ideas
#+OPTIONS: H:2 toc:t num:t
#+LATEX_CLASS: beamer
#+LATEX_CLASS_OPTIONS: [presentation]
#+LATEX_CLASS_OPTIONS: [bigger]
#+LATEX_CLASS_OPTIONS: [aspectratio=42]
#+BEAMER_THEME: Antibes
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt)
* Introduction
** Intro
Here I will create a slide show of plans to consider for the Masterson family.
* Living Room / Dining Room
** Furniture To Get Rid Of
A list of furniture items with pictures
| Item | Item | Item |
|--------------+--------------+---------------|
| Beige Sofa | Orange Chair | Orange Chair |
| Coffee Table | Dining Table | Dining Chairs |
| Old Recliner | Floor Lamps | |
* Conclusion
This concludes the slide show for the Masterson family.
====
--
David Masterson
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Org Beamer question
2024-11-20 4:42 Org Beamer question David Masterson
@ 2024-11-20 8:07 ` Fraga, Eric
2024-11-20 22:32 ` David Masterson
0 siblings, 1 reply; 3+ messages in thread
From: Fraga, Eric @ 2024-11-20 8:07 UTC (permalink / raw)
To: David Masterson; +Cc: emacs-orgmode@gnu.org
Response below/inline for email David Masterson wrote:
> (original email sent 19 Nov 2024 at 20:42)
>
> I had assumed that the option would set the frame level at 2 and all
> headers at level 1 would be ignored (and, thus, comments to explain
> the slides to me).
They are not ignored: they define sections in the LaTeX. If you want
the section ignored, add the :noexport: tag to the headline?
--
: Eric S Fraga, with org 9.7.15-a1df10 in Emacs 31.0.50
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Org Beamer question
2024-11-20 8:07 ` Fraga, Eric
@ 2024-11-20 22:32 ` David Masterson
0 siblings, 0 replies; 3+ messages in thread
From: David Masterson @ 2024-11-20 22:32 UTC (permalink / raw)
To: Org Mode List
"Fraga, Eric" <e.fraga@ucl.ac.uk> writes:
> Response below/inline for email David Masterson wrote:
>> (original email sent 19 Nov 2024 at 20:42)
>>
>> I had assumed that the option would set the frame level at 2 and all
>> headers at level 1 would be ignored (and, thus, comments to explain
>> the slides to me).
>
> They are not ignored: they define sections in the LaTeX. If you want
> the section ignored, add the :noexport: tag to the headline?
Ok. So, what is the difference between a section and a frame as far as
Beamer is concerned? In particular, in my example below, the generated
slides for the Intro* headers just look wrong. The Introduction is
mentioned in TOC, but it's combined with the Intro2 slide (which is also
level 1). Is there a bug here?
Also, isn't :noexport: inherited by children?
====
#+author: David Masterson
#+date: \today
#+description: Items to consider on the home
#+subtitle: in Our Home
#+title: Home Management Ideas
#+OPTIONS: H:2 toc:t num:t
#+LATEX_CLASS: beamer
#+LATEX_CLASS_OPTIONS: [presentation]
#+LATEX_CLASS_OPTIONS: [bigger]
#+LATEX_CLASS_OPTIONS: [aspectratio=42]
#+BEAMER_THEME: Antibes
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt)
* Introduction
test
* Intro2
test
** Intro
Here I will create a slide show of plans to consider for the Masterson family.
* Living Room / Dining Room
test
** Furniture To Get Rid Of
A list of furniture items with pictures
| Item | Item | Item |
|--------------+--------------+---------------|
| Beige Sofa | Orange Chair | Orange Chair |
| Coffee Table | Dining Table | Dining Chairs |
| Old Recliner | Floor Lamps | |
* Conclusion
This concludes the slide show for the Masterson family.
====
--
David Masterson
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-20 22:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20 4:42 Org Beamer question David Masterson
2024-11-20 8:07 ` Fraga, Eric
2024-11-20 22:32 ` David Masterson
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).