From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Table of Contents in an extra buffer? Date: Mon, 04 May 2009 18:34:51 +0200 Message-ID: <874ow0esic.fsf@kassiopeya.MSHEIMNETZ> References: <20090504150230.4f5bnsim00ks0gcc@webmail.df.eu> 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 1M114b-000133-Qd for emacs-orgmode@gnu.org; Mon, 04 May 2009 12:31:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M114W-00010S-BH for emacs-orgmode@gnu.org; Mon, 04 May 2009 12:31:20 -0400 Received: from [199.232.76.173] (port=49197 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M114W-00010N-6P for emacs-orgmode@gnu.org; Mon, 04 May 2009 12:31:16 -0400 Received: from mail.gmx.net ([213.165.64.20]:51178) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M114V-0005EU-Js for emacs-orgmode@gnu.org; Mon, 04 May 2009 12:31:16 -0400 In-Reply-To: <20090504150230.4f5bnsim00ks0gcc@webmail.df.eu> (Karl Maihofer's message of "Mon, 04 May 2009 15:02:30 +0200") 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 I use imenu for this. Speedbar works too. Sometimes I still use my own `speedbar in same frame' (which works on console too). For both, add this line to your setup: (add-hook 'org-mode-hook 'imenu-add-menubar-index) Regards, Sebastian Karl Maihofer writes: > 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. > > Karl > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >