From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: ECB and org-mode Date: Tue, 20 Oct 2009 18:34:22 +0200 Message-ID: References: <87k4z0yeqz.wl%ucecesf@ucl.ac.uk> <87y6ng6335.wl%ucecesf@ucl.ac.uk> <87iqehhp2n.wl%ucecesf@ucl.ac.uk> <029BE340-ACD7-44F4-9016-A2158D081B7D@gmail.com> <87aazmavvt.wl%ucecesf@ucl.ac.uk> <87y6n69ggd.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 1N0HfL-0006Jt-Fr for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:34:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0HfG-0006FM-Ly for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:34:31 -0400 Received: from [199.232.76.173] (port=35892 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0HfG-0006FE-Hy for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:34:26 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:21453) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0HfG-0005st-2X for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:34:26 -0400 Received: by fg-out-1718.google.com with SMTP id 16so2462140fgg.12 for ; Tue, 20 Oct 2009 09:34:25 -0700 (PDT) In-Reply-To: <87y6n69ggd.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 On Oct 20, 2009, at 6:29 PM, Eric S Fraga wrote: > At Tue, 20 Oct 2009 18:22:34 +0200, > Carsten Dominik wrote: > > [...] > >> >> I think now I just forgot the activate switch. Could you please try >> again? > > Ah ha! That did it. Works just fine now. > > I am not sure I entirely understand what you did (adding the > "activate" bit to the definition) but that's a bit of homework for me > in my eternal quest to understand elisp better... :-) I think, if I define he advice after the function has been loaded, activate is needed. Maybe if you, as did you, define the advice before the function is loaded, activation is automatic. - Carsten > > Thanks again, > eric - Carsten