David Maus <dm...@ictsoc.de> writes: > At Mon, 07 Mar 2011 17:06:53 +0100, > Bastien wrote: >> >> Hi Kiwon, >> >> Kiwon Um <um.ki...@gmail.com> 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