From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masataro Asai Subject: section subtitle in latex export Date: Thu, 02 May 2013 10:49:26 +0900 Message-ID: <5181C626.4040804@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXieL-0006Q2-J0 for emacs-orgmode@gnu.org; Wed, 01 May 2013 21:49:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXieI-0001ri-O7 for emacs-orgmode@gnu.org; Wed, 01 May 2013 21:49:33 -0400 Received: from mail-pb0-x236.google.com ([2607:f8b0:400e:c01::236]:58965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXieI-0001re-HX for emacs-orgmode@gnu.org; Wed, 01 May 2013 21:49:30 -0400 Received: by mail-pb0-f54.google.com with SMTP id rr4so65620pbb.13 for ; Wed, 01 May 2013 18:49:29 -0700 (PDT) Received: from [192.168.11.7] (h115-165-95-014.catv02.itscom.jp. [115.165.95.14]) by mx.google.com with ESMTPSA id bs3sm5079578pbb.36.2013.05.01.18.49.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 01 May 2013 18:49:28 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, I am currently writing a journal thesis in org-mode and exporting it to a LaTeX file. It worked well until recently I have updated the org-mode version to the latest one. My problem is that the specified class file for the journal fails to interpret the subtitle of the sectioning command e.g.) \section[subtitle]{title} . Is it possible to turn off that subtitle? I looked into the source code of ox-latex.el but org-latex-section tells nothing about it. I have also checked org-latex-classes but curiously the sectioning format is just "\\section{%s}" and so on. no subtitle. org-mode version is the latest devel in the git repository, after 8.0.2, git commit hash is 00badf1 and the emacs version is 23.3.1 -- Masataro Asai Department of General Systems Studies Graduate School of Arts and Sciences, The University of Tokyo Tel: (81)-44-856-9009 Twitter/github id: guicho271828