From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] ASCII back-end for new export engine Date: Thu, 26 Jan 2012 16:28:20 +0100 Message-ID: <8739b2sctn.fsf@gmail.com> References: <87pqec4xua.fsf@gmail.com> <87obtvk6j0.fsf@gmail.com> <87obtrel2z.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqRHU-00066X-Rx for emacs-orgmode@gnu.org; Thu, 26 Jan 2012 10:30:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqRHP-00037n-16 for emacs-orgmode@gnu.org; Thu, 26 Jan 2012 10:30:32 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:58430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqRHO-00037g-QB for emacs-orgmode@gnu.org; Thu, 26 Jan 2012 10:30:26 -0500 Received: by bkbzx1 with SMTP id zx1so655311bkb.0 for ; Thu, 26 Jan 2012 07:30:25 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Thu, 26 Jan 2012 03:59:40 -1000") 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: "Thomas S. Dye" Cc: Org Mode List , Jambunathan K Hello, tsd@tsdye.com (Thomas S. Dye) writes: > You mentioned unnumbered headlines. I wonder, would it be possible (or > useful) to have the num: option take an integer (like toc:)? As I > understand it now, its value is either nil or not nil. It doesn't > manipulate \secnumdepth, but instead uses \section*, etc. In LaTeX, > section* means not only that the section isn't numbered, but also that > it doesn't go into the table of contents. There are many times when it > is useful to put unnumbered sections in the table of contents. > > I've been doing #+LaTeX_HEADER: \setcounter{secnumdepth}{1}, and this > works fine. However, it would be nicer to do num: 1. I have no objection to implement limited numbering in both LaTeX and ASCII back-ends, but I'd like to know if it can be handled consistently in every other major back-end, too. I'm CC-ing Jambunathan to know his opinion about it. > A way to set individual headings as numbered or unnumbered would be > deluxe. Perhaps this is possible, but I haven't found it? It would require to modify Org's syntax (how to tell which headline has to be numbered and which has not?). It is not possible at the moment. Regards, -- Nicolas Goaziou