From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kiwon Um Subject: Re: org-with-wide-buffer error Date: Tue, 08 Mar 2011 09:59:41 +0900 Message-ID: <878vwqo29u.fsf@gmail.com> References: <87pqq33p3q.fsf@gmail.com> <87aah6ykwy.fsf@altern.org> <871v2id6ze.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=53434 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwlHB-0007J1-F3 for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 19:59:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwlH9-0006Cp-Ro for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 19:59:49 -0500 Received: from mail-yw0-f41.google.com ([209.85.213.41]:41207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwlH9-0006Cb-OX for emacs-orgmode@gnu.org; Mon, 07 Mar 2011 19:59:47 -0500 Received: by yws5 with SMTP id 5so2376159yws.0 for ; Mon, 07 Mar 2011 16:59:47 -0800 (PST) In-Reply-To: <871v2id6ze.wl%dmaus@ictsoc.de> (David Maus's message of "Mon, 07 Mar 2011 21:13:25 +0100") 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: David Maus Cc: Bastien , emacs-orgmode@gnu.org David Maus writes: > At Mon, 07 Mar 2011 17:06:53 +0100, > Bastien wrote: >> >> Hi Kiwon, >> >> Kiwon Um writes: >> >> > This is a bug report for the latest (git) orgmode. When I call org-todo >> > or org-agenda-todo it reports the following: >> > >> > Debugger entered--Lisp error: (invalid-function org-with-wide-buffer) >> >> I cannot reproduce it -- anyone else? > > Me neither. `invalid-function' means that Emacs is unable to resolve > the function symbol to an executable function. `org-with-wide-buffer' > is a macro introduced by 4369d4f9a371db152184860eff27234107af77cd -- > so maybe > > make clean > make > > will do the trick? > > Just out of curiosity: What does > > (symbol-function 'org-with-wide-buffer) > > evaluate to? Today, it doesn't reproduce anymore after git pull. Thanks all. SHA1 ID: 4fc3e71f10f238cd2461b785b8ec1b0ecb4ec16b -- Kiwon Um