emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-with-wide-buffer error
@ 2011-03-07 15:52 Kiwon Um
  2011-03-07 16:06 ` Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Kiwon Um @ 2011-03-07 15:52 UTC (permalink / raw)
  To: emacs-orgmode

Dear orgmode team,

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)
  org-with-wide-buffer(t)
  byte-code( .....
  org-todo(nil)
  call-interactively(org-todo)
  org-agenda-todo(nil)
  call-interactively(org-agenda-todo nil nil)

Tested in
 Emacs 23.3.1,
 org-mode vc SHA1 ID: b969081ebd0da2711f1006fec39e04fe4a90ef71

-- 
Kiwon Um

Ph.D. candidate
Interactive 3D Media Lab
Department of Computer and Radio Communications Engineering
College of Information and Communications
Korea University

Tel: +82. 2. 3290. 3577 (office)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-with-wide-buffer error
  2011-03-07 15:52 org-with-wide-buffer error Kiwon Um
@ 2011-03-07 16:06 ` Bastien
  2011-03-07 20:13   ` David Maus
  0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2011-03-07 16:06 UTC (permalink / raw)
  To: Kiwon Um; +Cc: emacs-orgmode

Hi Kiwon,

Kiwon Um <um.kiwon@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?

-- 
 Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-with-wide-buffer error
  2011-03-07 16:06 ` Bastien
@ 2011-03-07 20:13   ` David Maus
  2011-03-08  0:59     ` Kiwon Um
  0 siblings, 1 reply; 6+ messages in thread
From: David Maus @ 2011-03-07 20:13 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode, Kiwon Um

[-- Attachment #1: Type: text/plain, Size: 806 bytes --]

At Mon, 07 Mar 2011 17:06:53 +0100,
Bastien wrote:
>
> Hi Kiwon,
>
> Kiwon Um <um.kiwon@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?


Best,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #2: Type: application/pgp-signature, Size: 230 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-with-wide-buffer error
  2011-03-07 20:13   ` David Maus
@ 2011-03-08  0:59     ` Kiwon Um
  2011-03-08  9:48       ` Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Kiwon Um @ 2011-03-08  0:59 UTC (permalink / raw)
  To: David Maus; +Cc: Bastien, emacs-orgmode

David Maus <dmaus@ictsoc.de> writes:

> At Mon, 07 Mar 2011 17:06:53 +0100,
> Bastien wrote:
>>
>> Hi Kiwon,
>>
>> Kiwon Um <um.kiwon@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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-with-wide-buffer error
  2011-03-08  0:59     ` Kiwon Um
@ 2011-03-08  9:48       ` Bastien
  2011-03-08  9:58         ` Noorul Islam
  0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2011-03-08  9:48 UTC (permalink / raw)
  To: Kiwon Um; +Cc: David Maus, emacs-orgmode

Kiwon Um <um.kiwon@gmail.com> writes:

> Today, it doesn't reproduce anymore after git pull. Thanks all.

Thanks for letting us know.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-with-wide-buffer error
  2011-03-08  9:48       ` Bastien
@ 2011-03-08  9:58         ` Noorul Islam
  0 siblings, 0 replies; 6+ messages in thread
From: Noorul Islam @ 2011-03-08  9:58 UTC (permalink / raw)
  To: Bastien; +Cc: David Maus, emacs-orgmode, Kiwon Um

On Tue, Mar 8, 2011 at 3:18 PM, Bastien <bzg@altern.org> wrote:
> Kiwon Um <um.kiwon@gmail.com> writes:
>
>> Today, it doesn't reproduce anymore after git pull. Thanks all.
>
> Thanks for letting us know.
>

Just now faced this problem.

make clean
make all

does the trick.

Thanks and Regards
Noorul

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-03-08  9:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-07 15:52 org-with-wide-buffer error Kiwon Um
2011-03-07 16:06 ` Bastien
2011-03-07 20:13   ` David Maus
2011-03-08  0:59     ` Kiwon Um
2011-03-08  9:48       ` Bastien
2011-03-08  9:58         ` Noorul Islam

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).