From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: ECB and org-mode Date: Mon, 12 Oct 2009 16:31:42 +0100 Message-ID: <87y6ng6335.wl%ucecesf@ucl.ac.uk> References: <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 1MxMsK-00045K-H0 for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 11:31:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxMsF-0003xn-U8 for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 11:31:52 -0400 Received: from [199.232.76.173] (port=51826 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxMsF-0003xN-De for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 11:31:47 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:50470) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MxMsF-0000e8-3D for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 11:31:47 -0400 In-Reply-To: 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: Carsten Dominik Cc: emacs-orgmode@gnu.org At Mon, 12 Oct 2009 15:06:24 +0200, Carsten Dominik wrote: > > 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. Thanks for the pointer. The method, in ecb, is tree-buffer-select which is part of tree-buffer. I'm still tracing the code but I should have enough to do what you suggest, especially through advise (there's no hook that I can see unfortunately). Thanks again, eric