From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Unnumbered sections in LaTeX export Date: Mon, 14 Sep 2009 22:21:47 +0200 Message-ID: <871vm9z38k.fsf@gmx.de> References: <871046FB-9139-42CE-A996-15EA1A6B635D@tsdye.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnI3j-0007xS-PJ for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 16:21:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnI3f-0007wK-8x for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 16:21:59 -0400 Received: from [199.232.76.173] (port=47348 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnI3e-0007wH-W6 for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 16:21:55 -0400 Received: from mail.gmx.net ([213.165.64.20]:35471) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MnI3e-0006MQ-En for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 16:21:54 -0400 In-Reply-To: <871046FB-9139-42CE-A996-15EA1A6B635D@tsdye.com> (Thomas S. Dye's message of "Sun, 13 Sep 2009 11:06:34 -1000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org "Thomas S. Dye" writes: > Aloha all, > > The variable org-export-latex-classes has a specification for unnumbered > sections but I haven't found any documentation how to mark up the org file to > activate them. I might have missed something obvious. Could someone give me a > pointer to documentation or some help how to markup the org file? > > All the best, > Tom Thomas, Are you looking for M-x customize-variable RET org-export-with-section-numbers RET ?? As Matt wrote, per file setting is: #+OPTIONS: num:nil Sebastian