Re: [O] ox-beamer maketitle

2013-06-14 Thread Sebastien Vauban
Hi Eric, Eric S Fraga wrote: > Sebastien Vauban writes: > >> Shouldn't we replace that by `\frame[plain]{\titlepage}' instead, so that the >> title page fills the whole frame? > > But the beamer theme is responsible for defining the look of the title > page. Do we actually want to lose this func

Re: [O] ox-beamer maketitle

2013-06-14 Thread Eric S Fraga
Sebastien Vauban writes: [...] > Shouldn't we replace that by `\frame[plain]{\titlepage}' instead, so that the > title page fills the whole frame? But the beamer theme is responsible for defining the look of the title page. Do we actually want to lose this functionality? I don't... Or have I

[O] ox-beamer maketitle

2013-06-14 Thread Sebastien Vauban
Hello, `ox-beamer' uses the variable `org-latex-title-command' to generate the title page. By default, this is equal to `\maketitle', which makes a title page with the footer visible. Shouldn't we replace that by `\frame[plain]{\titlepage}' instead, so that the title page fills the whole frame?