From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: setting local variables Date: Thu, 21 Sep 2017 09:00:19 -0400 Message-ID: <54f1946b-8c4d-7acf-b55f-8fbcd4aaff5b@gmail.com> References: <871sotiqld.fsf@ericabrahamsen.net> <87r2wsly88.fsf@nicolasgoaziou.fr> <877eykbpho.fsf@ericabrahamsen.net> <87wp5dmkm0.fsf@gmx.us> <87h8wh13tm.fsf@ericabrahamsen.net> <87y3psp5ne.fsf@gmx.us> <87mv68159v.fsf@nicolasgoaziou.fr> <87h8wgov62.fsf@gmx.us> <87fuc0asaq.fsf@nicolasgoaziou.fr> <87y3pr7pn2.fsf@ericabrahamsen.net> <874lsfaho3.fsf@nicolasgoaziou.fr> <87pob2opic.fsf@gmx.us> <87k21azncs.fsf@nicolasgoaziou.fr> <87bmmm4kny.fsf@ericabrahamsen.net> <08f7ca4a-a19e-8dcb-b877-d306dda5c5b4@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv15k-00006H-RU for emacs-orgmode@gnu.org; Thu, 21 Sep 2017 09:00:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dv15f-0000se-8q for emacs-orgmode@gnu.org; Thu, 21 Sep 2017 09:00:32 -0400 Received: from mail-io0-x22b.google.com ([2607:f8b0:4001:c06::22b]:45182) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dv15f-0000sO-4X for emacs-orgmode@gnu.org; Thu, 21 Sep 2017 09:00:27 -0400 Received: by mail-io0-x22b.google.com with SMTP id g32so10592591ioj.2 for ; Thu, 21 Sep 2017 06:00:26 -0700 (PDT) In-Reply-To: Content-Language: en-US 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: Kaushal Modi , Carsten Dominik , Eric Abrahamsen Cc: emacs-org list On 09/20/2017 07:16 PM, Kaushal Modi wrote: > I have to agree with Carsten. I use unnumbered table of contents all the >> time in web pages. Almost all of my Org files that generate web pages have >> the following: >> >> #+options: num:nil toc:t >> > > @Scott Please see that other thread[1]. I have this exact use case. And if > the case 3 discussed in that thread is supported all should be good. > > [1]: http://lists.gnu.org/archive/html/emacs-orgmode/2017-09/msg00497.html > Okay, I don't really understand the issue being discussed in the thread, but if num:nil gives me an unnumbered table of contents after HTML export, I'm good. I also export to LaTeX, but I recognize that there are issues with LaTeX table of contents and I just work around them. I need to sit down and read the Org manual. For years, I've been using toc:t and getting more in the table of contents than I wanted. Discovering that I can use something like toc:1 was exactly what I needed a long time ago. I know there are other things in Org that I want now and just don't know about. There are disadvantages to my haphazard approach to Org. Scott