From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: ECB and org-mode Date: Mon, 12 Oct 2009 13:32:20 +0100 Message-ID: <87k4z0yeqz.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxK4j-0004Jx-Ob for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 08:32:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxK4f-0004Gu-Ua for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 08:32:29 -0400 Received: from [199.232.76.173] (port=43822 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxK4f-0004Gn-NN for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 08:32:25 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:50019) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MxK4f-0003qz-9R for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 08:32:25 -0400 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 Hello! I use ECB-mode when programming, especially for Java. Although I used to have ECB activate and deactivate automatically when entering and leaving programing language modes, I found it annoying. I now simply keep ECB active when I'm programming. As a result, I noticed that org-mode is supported quite nicely by ECB (or vice versa depending on your point of view ;-). Highly complementary, actually, as it allows me to have an overview visible at all times regardless of the expansion of the org-mode file. There is one minor niggle, however: when I use the "method" view in ECB to jump to a different location in my org-mode files, the location is not made visible as it is when you jump into an org-mode file via other means. I note that the variable org-show-hierarchy-above has a number of options covered but not ECB. Is there a more general way of having org-mode show where I am when I've jumped into the middle of a collapsed section? Thanks, eric