From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to disable localtoc of info.js Date: Mon, 1 Feb 2010 07:47:03 +0100 Message-ID: References: <3cbb63d01001292321t3753ade5qc36037b7d8cc8d93@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nbr4x-0005bb-K6 for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 02:52:15 -0500 Received: from [199.232.76.173] (port=60539 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nbr4w-0005bR-HH for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 02:52:14 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nbr4v-0000M0-8H for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 02:52:14 -0500 Received: from mx20.gnu.org ([199.232.41.8]:32813) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nbr4u-0000Lr-Mt for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 02:52:12 -0500 Received: from mail-ew0-f213.google.com ([209.85.219.213]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nbr4t-0004OP-3f for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 02:52:11 -0500 Received: by mail-ew0-f213.google.com with SMTP id 5so7265675ewy.32 for ; Sun, 31 Jan 2010 23:52:10 -0800 (PST) In-Reply-To: <3cbb63d01001292321t3753ade5qc36037b7d8cc8d93@mail.gmail.com> 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: Chao Lu Cc: emacs-orgmode@gnu.org On Jan 30, 2010, at 8:21 AM, Chao Lu wrote: > Dear all, > > I was trying to disable the localtoc in org file, using > > ---------------- > #+INFOJS_OPT: localtoc:nil > --------------- > > But it doesn't work, does anyone have some idea? Yes, read the manual more carefully :-) It is ltoc, not localtoc. HTH - Carsten