From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: org-toc.el - browsable table of contents for Org Date: Sun, 23 Sep 2007 16:38:40 +0200 Message-ID: <87hclla1lb.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZSbl-0005zj-1j for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 10:38:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZSbi-0005yp-Tl for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 10:38:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZSbi-0005yh-JJ for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 10:38:50 -0400 Received: from nf-out-0910.google.com ([64.233.182.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZSbi-00058G-1D for emacs-orgmode@gnu.org; Sun, 23 Sep 2007 10:38:50 -0400 Received: by nf-out-0910.google.com with SMTP id f5so1024469nfh for ; Sun, 23 Sep 2007 07:38:47 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi folks, here is a new package for Org. It lets you browse the table of contents of any Org buffer: http://www.cognition.ens.fr/~guerry/u/org-toc.el What it basically does is to create an indirect buffer from your Org buffer, set it to read-only, then lets you navigate through it. Here is what the help message looks like: ,---- | [return] jump to heading [1-4] hide headlines below this level | [space] go to heading [c] toggle column view | [TAB] cycle subtree [f] toggle follow mode | [q] quit the TOC [i] toggle info mode | [n/p] next/previous heading [r] toggle recenter mode `---- Thanks again to Carsten for useful hints and early feedback on this. Please test it and send me any feedback. Enjoy! -- Bastien