From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: Org Writer's room Date: Thu, 06 Dec 2012 11:51:47 +0100 Message-ID: <87zk1rpi64.fsf@engster.org> References: <87lidc6nc1.fsf@pank.eu> <50BFEA73.2050309@gmail.com> <87fw3jfvqf.fsf@ericabrahamsen.net> <87lidb7f2b.fsf@gmail.com> <50C06156.40301@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgZ3k-000645-1L for emacs-orgmode@gnu.org; Thu, 06 Dec 2012 05:52:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgZ3e-0001if-Hw for emacs-orgmode@gnu.org; Thu, 06 Dec 2012 05:52:03 -0500 Received: from randomsample.de ([83.169.19.17]:40114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgZ3e-0001hL-5U for emacs-orgmode@gnu.org; Thu, 06 Dec 2012 05:51:58 -0500 In-Reply-To: <50C06156.40301@gmail.com> (Rainer M. Krug's message of "Thu, 06 Dec 2012 10:11:50 +0100") 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: Rainer M Krug Cc: Eric Abrahamsen , emacs-orgmode@gnu.org Rainer M. Krug writes: > On 06/12/12 09:36, Jambunathan K wrote: >> On the left is the navbar. - You can quickly navigate to any >> heading, a table or a captioned >> figure. > > Couldn't the navbar from emacs be used for that? I haven't used it in > a long time, but in ecb > (Emacs Code Browswer) it is used for this - see Screenshots on > http://ecb.sourceforge.net/ for how > it looks there. Speedbar can use 'imenu' to get a list of tags, and org supports 'imenu', so it pretty much works right away, also without ECB. Just do (require 'speedbar) (speedbar-add-supported-extension ".org") and fire up speedbar with M-x speedbar You can now be able to click on org files and you should see the section headings. It should also be possible to generate a speedbar frame or buffer which only shows the tags of the current file, like ECB does, but I would have to look that up if that's important. -David