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: Rob Stewart
Subject: Re: [O] Ignoring all org-mode headings to export beamer slides with no titles
Date: Sun, 3 Apr 2016 13:11:55 +0100

Hi Rasmus,

Thanks for the tip. In the absence of an org mode solution to this,
adding the following to the top of my org file is a solution:

#+LATEX_HEADER: \setbeamertemplate{frametitle}{}

--
Rob

On 3 April 2016 at 12:36, Rasmus <address@hidden> wrote:
> Rob Stewart <address@hidden> writes:
>
>> Hi,
>>
>> 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 could add a filter that adds this property to every headline of the
> correct level.
>
> Or hack it on the latex side
>
> #+latex_header: \let\oldframe\frame
> #+latex_header: \renewcommand\frame[1][fullframe]{\oldframe[#1]}
>
> Hope it helps,
> Rasmus
>
> --
> When the facts change, I change my mind. What do you do, sir?
>
>



reply via email to

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