From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hofer Subject: latex export of unnumbered sections Date: Mon, 04 Mar 2013 18:34:15 +0100 Message-ID: <87lia3rrvs.wl%sebastian.hofer@univie.ac.at> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCZHP-00068J-BC for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 12:34:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCZHI-0000FW-NK for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 12:34:27 -0500 Received: from grace.univie.ac.at ([131.130.3.115]:55549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCZHI-0000F0-DY for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 12:34:20 -0500 Received: from joan.univie.ac.at ([131.130.3.110] helo=joan.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.80) (envelope-from ) id 1UCZHD-0003Sk-Od for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 18:34:15 +0100 Received: from ahgate1.aei.uni-hannover.de ([130.75.117.49] helo=localhost) by joan.univie.ac.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1UCZHD-0007bH-Kv for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 18:34:15 +0100 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 Is there a particular reason why unnumbered sections are exported to latex including the title in first (optional) argument if there is no * present? To clarify a bit: A sectioning structure like ("\\section{%s}" . "\\section*{%s}") gives rise to \section[title]{title} % numbered section \section*{title} % unnumbered section If, on the other hand you have something like ("\\numbered{%s}" . "\\unnumbered{%s}") you will get \numbered[title]{title} % numbered section \unnumbered[title]{title} % unnumbered section Of course one can easily work around that, but it seems a bit inconsistent. So I'm wondering if I am missing something... Best regards Sebastian