Re: Strange thing on emacs master exporting to LaTeX

2023-01-06 Thread Pedro Andres Aranda Gutierrez
Yep, one isn't getting younger ;-) Sorry for the noise... /PA On Fri, 6 Jan 2023 at 13:43, wrote: > Pedro Andres Aranda Gutierrez writes on Fri 6 Jan 2023 13:10: > > Calling with `emacs -Q` on the following MWE: > > > > ``` > > #+TITLE: Test > > #+SUBTITLE: MWE for section* bug > >

Re: Strange thing on emacs master exporting to LaTeX

2023-01-06 Thread Alain . Cochard
Pedro Andres Aranda Gutierrez writes on Fri 6 Jan 2023 13:10: > Calling with `emacs -Q` on the following MWE: > > ``` > #+TITLE: Test > #+SUBTITLE: MWE for section* bug > #+LATEX_CLASS: article > # +LATEX_CLASS: scrreprt > #+LATEX_CLASS_OPTIONS:

Strange thing on emacs master exporting to LaTeX

2023-01-06 Thread Pedro Andres Aranda Gutierrez
Calling with `emacs -Q` on the following MWE: ``` #+TITLE: Test #+SUBTITLE: MWE for section* bug #+LATEX_CLASS: article # +LATEX_CLASS: scrreprt #+LATEX_CLASS_OPTIONS: [english,a4paper,fontsize=11pt,oneside,headinclude] # +OPTIONS: toc:nil H:4 # +LATEX_HEADER: \input{scrbook-extras} *