From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Add ability to force-enable TOC Date: Tue, 19 Sep 2017 14:49:48 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a114d725c38ea8005598bf9be" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1duJqe-0005Z6-V5 for emacs-orgmode@gnu.org; Tue, 19 Sep 2017 10:50:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1duJqd-0002yX-Ea for emacs-orgmode@gnu.org; Tue, 19 Sep 2017 10:50:04 -0400 Received: from mail-yw0-x229.google.com ([2607:f8b0:4002:c05::229]:54292) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1duJqd-0002xk-9L for emacs-orgmode@gnu.org; Tue, 19 Sep 2017 10:50:03 -0400 Received: by mail-yw0-x229.google.com with SMTP id w9so164997ywi.11 for ; Tue, 19 Sep 2017 07:50:01 -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-org list --001a114d725c38ea8005598bf9be Content-Type: text/plain; charset="UTF-8" Hello, I have use-cases where I don't like to see the headings numbered but still want the TOC to be generated. I have this in many of my Org files: #+OPTIONS: num:nil H:4 But after commit bd23781[1], that has stopped working i.e. no TOC is created because of num:nil. Can we enforce the TOC generation using the "toc:" option. Below does not work at the moment, but would like that to work. #+OPTIONS: num:nil H:4 toc:4 Thanks. [1]: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=bd2378161e76932103c9ef1f8343ffcc0d275007 -- Kaushal Modi --001a114d725c38ea8005598bf9be Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I have use-cases where I don'= ;t like to see the headings numbered but still want the TOC to be generated= .

I have this in many of my Org files:
<= br>
#+OPTIONS: num:nil H:4

But after= commit bd23781[1], that has stopped working i.e. no TOC is created because= of num:nil.

Can we enforce the TOC generation usi= ng the "toc:" option. Below does not work at the moment, but woul= d like that to work.

#+OPTIONS: num:nil H:4 toc:4 = =C2=A0

Thanks.

--

Kaushal Modi

--001a114d725c38ea8005598bf9be--