From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: void-function remember-buffer Date: Thu, 01 Nov 2007 17:31:52 +0000 Message-ID: <87r6j97tyv.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Incxn-0001cG-S5 for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 12:32:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Incxl-0001bg-U0 for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 12:32:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Incxl-0001bc-PZ for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 12:32:09 -0400 Received: from nf-out-0910.google.com ([64.233.182.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Incxl-00056B-Eb for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 12:32:09 -0400 Received: by nf-out-0910.google.com with SMTP id f5so625849nfh for ; Thu, 01 Nov 2007 09:32:08 -0700 (PDT) In-Reply-To: (Leo's message of "Thu, 01 Nov 2007 16:17:21 +0000") 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 Leo writes: >> Debugger entered--Lisp error: (void-function remember-buffer) >> remember-buffer() >> funcall(remember-buffer) >> (let ((org-note-abort t)) (funcall org-finish-function)) >> (if (not org-finish-function) (call-interactively (quote show-branches)) (let (...) (funcall org-finish-function))) >> org-kill-note-or-show-branches() >> call-interactively(org-kill-note-or-show-branches) >> >> Thanks, > > Apparently, remember.el bundled with Emacs CVS has been changed. And > the function 'remember-buffer' is no more. Did you explicitely required the remember.el package somewhere in your configuration? I think Emacs maintainers plan to remove some autoloads in remember.el, not the function themselves... -- Bastien