emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Ignoring all org-mode headings to export beamer slides with no t


From: Nicolas Goaziou
Subject: Re: [O] Ignoring all org-mode headings to export beamer slides with no titles
Date: Sun, 03 Apr 2016 15:19:21 +0200

Hello,

Rob Stewart <address@hidden> writes:

> I like presentation zen, where less is more. I would like to export my
> org-mode files as beamer slides, but have the heading title ignored so
> as not to position a title at the top left of the each slide.
>
> I can do it on a per-slide basis with:
>
> ** My slide title
> :PROPERTIES:
> :BEAMER_ENV: fullframe
> :END:
>
> Is there a way of applying this rule to every slide, without having to
> add this :PROPERTIES: section beneath every heading in my org file?

You can use #+PROPERTY beamer_env fullframe, if beamer_env allows
inheritance. See (info "(org) Property inheritance").

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]