From mboxrd@z Thu Jan 1 00:00:00 1970 From: Spencer Hill Subject: Export: Numbered subtree whose parent has unnumbered: t Date: Tue, 5 Jul 2016 17:08:01 -0700 Message-ID: <87162A46-4452-4F66-A6E2-A8FDBF5FF400@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_CA854F3D-FC5F-4BEE-A3B3-1F57652A5E4F" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKaNu-0003I6-Cl for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 20:08:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKaNq-0000v6-59 for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 20:08:09 -0400 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:36613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKaNp-0000to-Nn for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 20:08:06 -0400 Received: by mail-pa0-x22b.google.com with SMTP id uj8so11752123pab.3 for ; Tue, 05 Jul 2016 17:08:05 -0700 (PDT) Received: from [169.232.147.109] ([169.232.147.109]) by smtp.gmail.com with ESMTPSA id c8sm7298625pfb.33.2016.07.05.17.08.02 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 05 Jul 2016 17:08:03 -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" To: emacs-orgmode@gnu.org --Apple-Mail=_CA854F3D-FC5F-4BEE-A3B3-1F57652A5E4F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii C.f. this emacs.stackexchange question: = http://emacs.stackexchange.com/q/24313/8818 As of version 8.3 of org, numbering of subtrees in export can be toggled = via the :UNNUMBERED property. This applies to subheadings regardless of = their own :UNNUMBERED property value. MWE: * Heading :PROPERTIES: :UNNUMBERED: t :END: ** Subheading :PROPERTIES: :UNNUMBERED: nil :END: This generates for LaTeX export ... \section*{Heading} \label{sec:orgheadline2} \subsection*{Subheading} \label{sec:orgheadline1} Is there some other way to toggle this at the subheading level? I need a = heading to be un-numbered when exported to LaTeX, but its child = subheading to be numbered. I.e. \section*{Heading} and = \subsection{Subheading}. Thanks! Best, Spencer =09 Spencer Hill spencerahill@gmail.com (913) 515-8527 --Apple-Mail=_CA854F3D-FC5F-4BEE-A3B3-1F57652A5E4F Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii C.f. = this emacs.stackexchange question: http://emacs.stackexc= hange.com/q/24313/8818

As of version 8.3 of org, = numbering of subtrees in export can be = toggled via the :UNNUMBERED property. This applies to = subheadings regardless of their own :UNNUMBERED = property value. MWE:
* Heading
:PROPERTIES:
:UNNUMBERED: t
:END:
** Subheading
:PROPERTIES:
:UNNUMBERED: nil
:END:

This generates for LaTeX export

...
\section*{Heading}
\label{sec:orgheadline2}
\subsection*{Subheading}
\label{sec:orgheadline1}

Is there some other way to toggle this at the subheading = level? I=20 need a heading to be un-numbered when exported to LaTeX, but its child=20= subheading to be numbered. I.e. \section*{Heading} and = \subsection{Subheading}.


Thanks!
=

Best,
Spencer

Spencer Hill
spencerahill@gmail.com(913) 515-8527



= --Apple-Mail=_CA854F3D-FC5F-4BEE-A3B3-1F57652A5E4F--