From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: ECB and org-mode Date: Mon, 12 Oct 2009 15:06:24 +0200 Message-ID: References: <87k4z0yeqz.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 (Apple Message framework v936) 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 1MxKbh-0006PL-CT for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:06:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxKbc-0006KN-GL for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:06:32 -0400 Received: from [199.232.76.173] (port=53877 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxKbc-0006KK-Du for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:06:28 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:51029) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxKbb-0001VJ-Sn for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 09:06:28 -0400 Received: by ewy28 with SMTP id 28so16086162ewy.42 for ; Mon, 12 Oct 2009 06:06:27 -0700 (PDT) In-Reply-To: <87k4z0yeqz.wl%ucecesf@ucl.ac.uk> 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: Eric S Fraga Cc: emacs-orgmode@gnu.org Hi Eric, you would have to find out which function is the one doing the jumping to the method. With some luck there will be a hook called after jumping somewhere. With no luck, one can still advise this function. A good function to call for this is org-bookmark-jump-unhide. HTH - Carsten On Oct 12, 2009, at 2:32 PM, Eric S Fraga wrote: > 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 > > > _______________________________________________ > 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 - Carsten