From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: "TOC" in a buffer Date: Mon, 30 Jun 2014 11:38:25 -0700 Message-ID: <87vbris0ny.fsf@ericabrahamsen.net> References: <8761jil0o8.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1gTY-0007fb-PZ for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 14:38:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1gTS-0008Dh-IL for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 14:38:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:48608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1gTS-0008DR-BW for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 14:38:42 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X1gTQ-0008Rz-Sh for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 20:38:40 +0200 Received: from c-76-28-195-250.hsd1.wa.comcast.net ([76.28.195.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Jun 2014 20:38:40 +0200 Received: from eric by c-76-28-195-250.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Jun 2014 20:38:40 +0200 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: emacs-orgmode@gnu.org Sharon Kimble writes: > Following on from the theme of "Table of Contents", is it possible to > just have a "TOC" for the file that it is in? Like - > > -*- mode: org -*- > #+STARTUP: overview > > "Table of Contents" > > * blah > ** de blah > Blurb and onwards. > > Thanks > Sharon. Yup, try org-toc in the contrib directory.