From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Table of Contents in an extra buffer? Date: Mon, 4 May 2009 15:07:38 +0200 Message-ID: <53E2C5AC-41D3-40B5-8B6F-B934428B8F10@gmail.com> References: <20090504150230.4f5bnsim00ks0gcc@webmail.df.eu> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0xtc-0003il-E5 for emacs-orgmode@gnu.org; Mon, 04 May 2009 09:07:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0xtX-0003hC-TI for emacs-orgmode@gnu.org; Mon, 04 May 2009 09:07:47 -0400 Received: from [199.232.76.173] (port=41309 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0xtX-0003h8-Kr for emacs-orgmode@gnu.org; Mon, 04 May 2009 09:07:43 -0400 Received: from mx20.gnu.org ([199.232.41.8]:32309) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M0xtX-0001dX-63 for emacs-orgmode@gnu.org; Mon, 04 May 2009 09:07:43 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0xtV-00076u-Sm for emacs-orgmode@gnu.org; Mon, 04 May 2009 09:07:42 -0400 Received: by ewy6 with SMTP id 6so4009437ewy.42 for ; Mon, 04 May 2009 06:07:40 -0700 (PDT) In-Reply-To: <20090504150230.4f5bnsim00ks0gcc@webmail.df.eu> 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: Karl Maihofer Cc: emacs-orgmode@gnu.org On May 4, 2009, at 3:02 PM, Karl Maihofer wrote: > Wouldn't it be useful to have a table of contents in an extra buffer > to move around quickly in huge org-files as it is possible in LaTeX- > files with RefTeX? > > For me this is a feature that would make Org an even better > authoring tool. Bastien has implemented this in org-toc.el which is a contributed package. - Carsten