* New bug in org-agenda?
@ 2019-03-01 17:27 Richard Stanton
2019-03-01 17:52 ` Nicolas Goaziou
0 siblings, 1 reply; 7+ messages in thread
From: Richard Stanton @ 2019-03-01 17:27 UTC (permalink / raw)
To: emacs-orgmode
Using Org mode version 9.2.1 (9.2.1-33-g029cf6-elpaplus), I get an error message when I run org-agenda:
Debugger entered--Lisp error: (error "Wrong number of arguments")
propertize("WAITING" nil face org-warning)
org-agenda-get-restriction-and-command(nil)
org-agenda(nil)
funcall-interactively(org-agenda nil)
call-interactively(org-agenda record nil)
command-execute(org-agenda record)
execute-extended-command(nil "org-agenda" #("org-agenda" 0 1 (fontified t) 1 2 (fontified t) 2 3 (fontified t) 3 4 (fontified t) 4 5 (fontified t) 5 6 (fontified t) 6 7 (fontified t) 7 8 (fontified t) 8 9 (fontified t) 9 10 (fontified nil)))
funcall-interactively(execute-extended-command nil "org-agenda" #("org-agenda" 0 1 (fontified t) 1 2 (fontified t) 2 3 (fontified t) 3 4 (fontified t) 4 5 (fontified t) 5 6 (fontified t) 6 7 (fontified t) 7 8 (fontified t) 8 9 (fontified t) 9 10 (fontified nil)))
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)
This has only started in the last few days and my init.el file has not changed, so it seems to be something in the latest update.
Richard Stanton
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New bug in org-agenda?
2019-03-01 17:27 New bug in org-agenda? Richard Stanton
@ 2019-03-01 17:52 ` Nicolas Goaziou
2019-03-04 10:05 ` Roland Everaert
0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Goaziou @ 2019-03-01 17:52 UTC (permalink / raw)
To: Richard Stanton; +Cc: emacs-orgmode
Hello,
Richard Stanton <rhstanton@berkeley.edu> writes:
> Using Org mode version 9.2.1 (9.2.1-33-g029cf6-elpaplus), I get an error message when I run org-agenda:
>
> Debugger entered--Lisp error: (error "Wrong number of arguments")
> propertize("WAITING" nil face org-warning)
> org-agenda-get-restriction-and-command(nil)
> org-agenda(nil)
> funcall-interactively(org-agenda nil)
> call-interactively(org-agenda record nil)
> command-execute(org-agenda record)
> execute-extended-command(nil "org-agenda" #("org-agenda"
> 0 1 (fontified t) 1 2 (fontified t) 2 3 (fontified t) 3 4 (fontified
> t) 4 5 (fontified t) 5 6 (fontified t) 6 7 (fontified t)
> 7 8 (fontified t) 8 9 (fontified t) 9 10 (fontified nil)))
> funcall-interactively(execute-extended-command nil "org-agenda"
> #("org-agenda" 0 1 (fontified t) 1 2 (fontified t) 2 3 (fontified t)
> 3 4 (fontified t) 4 5 (fontified t) 5 6 (fontified t) 6 7 (fontified
> t) 7 8 (fontified t) 8 9 (fontified t) 9 10 (fontified nil)))
> call-interactively(execute-extended-command nil nil)
> command-execute(execute-extended-command)
>
> This has only started in the last few days and my init.el file has not
> changed, so it seems to be something in the latest update.
This was fixed a few days ago.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New bug in org-agenda?
2019-03-01 17:52 ` Nicolas Goaziou
@ 2019-03-04 10:05 ` Roland Everaert
2019-03-04 10:20 ` Nicolas Goaziou
2019-03-04 10:24 ` Joost Kremers
0 siblings, 2 replies; 7+ messages in thread
From: Roland Everaert @ 2019-03-04 10:05 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Richard Stanton
Hi,
I am facing the same issue with that version on emacs 25.2.2 (Ubuntu
18.04.2 LTS).
When will it be available throu the Org Mode ELPA repo?
Regards,
Roland.
Nicolas Goaziou writes:
> Hello,
>
> Richard Stanton <rhstanton@berkeley.edu> writes:
>
>> Using Org mode version 9.2.1 (9.2.1-33-g029cf6-elpaplus), I get an error message when I run org-agenda:
>>
>> Debugger entered--Lisp error: (error "Wrong number of arguments")
>> propertize("WAITING" nil face org-warning)
>> org-agenda-get-restriction-and-command(nil)
>> org-agenda(nil)
>> funcall-interactively(org-agenda nil)
>> call-interactively(org-agenda record nil)
>> command-execute(org-agenda record)
>> execute-extended-command(nil "org-agenda" #("org-agenda"
>> 0 1 (fontified t) 1 2 (fontified t) 2 3 (fontified t) 3 4 (fontified
>> t) 4 5 (fontified t) 5 6 (fontified t) 6 7 (fontified t)
>> 7 8 (fontified t) 8 9 (fontified t) 9 10 (fontified nil)))
>> funcall-interactively(execute-extended-command nil "org-agenda"
>> #("org-agenda" 0 1 (fontified t) 1 2 (fontified t) 2 3 (fontified t)
>> 3 4 (fontified t) 4 5 (fontified t) 5 6 (fontified t) 6 7 (fontified
>> t) 7 8 (fontified t) 8 9 (fontified t) 9 10 (fontified nil)))
>> call-interactively(execute-extended-command nil nil)
>> command-execute(execute-extended-command)
>>
>> This has only started in the last few days and my init.el file has not
>> changed, so it seems to be something in the latest update.
>
> This was fixed a few days ago.
>
> Regards,
--
Luke, use the FOSS
Sent from Emacs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New bug in org-agenda?
2019-03-04 10:05 ` Roland Everaert
@ 2019-03-04 10:20 ` Nicolas Goaziou
2019-03-04 10:48 ` Roland Everaert
2019-03-04 11:32 ` Bastien
2019-03-04 10:24 ` Joost Kremers
1 sibling, 2 replies; 7+ messages in thread
From: Nicolas Goaziou @ 2019-03-04 10:20 UTC (permalink / raw)
To: Roland Everaert; +Cc: Richard Stanton, Bastien Guerry, emacs-orgmode
Hello,
Roland Everaert <reveatwork@gmail.com> writes:
> I am facing the same issue with that version on emacs 25.2.2 (Ubuntu
> 18.04.2 LTS).
>
>
> When will it be available throu the Org Mode ELPA repo?
I think it already is. Otherwise, it should happen today: IIRC, Org is
automatically updated every Monday.
Anyway, it is time for an Org 9.2.2 release. I'm Cc'ing Bastien about
it.
Bastien, WDYT?
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New bug in org-agenda?
2019-03-04 10:20 ` Nicolas Goaziou
@ 2019-03-04 10:48 ` Roland Everaert
2019-03-04 11:32 ` Bastien
1 sibling, 0 replies; 7+ messages in thread
From: Roland Everaert @ 2019-03-04 10:48 UTC (permalink / raw)
To: Nicolas Goaziou
Cc: Richard Stanton, Bastien Guerry, Roland Everaert, emacs-orgmode
Thanks, then I will try it later today.
Regards,
Roland.
Nicolas Goaziou writes:
> Hello,
>
> Roland Everaert <reveatwork@gmail.com> writes:
>
>> I am facing the same issue with that version on emacs 25.2.2 (Ubuntu
>> 18.04.2 LTS).
>>
>>
>> When will it be available throu the Org Mode ELPA repo?
>
> I think it already is. Otherwise, it should happen today: IIRC, Org is
> automatically updated every Monday.
>
> Anyway, it is time for an Org 9.2.2 release. I'm Cc'ing Bastien about
> it.
>
> Bastien, WDYT?
>
> Regards,
--
Luke, use the FOSS
Sent from Emacs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New bug in org-agenda?
2019-03-04 10:20 ` Nicolas Goaziou
2019-03-04 10:48 ` Roland Everaert
@ 2019-03-04 11:32 ` Bastien
1 sibling, 0 replies; 7+ messages in thread
From: Bastien @ 2019-03-04 11:32 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Richard Stanton, Roland Everaert, emacs-orgmode
Hi Roland and Nicolas,
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> I think it already is. Otherwise, it should happen today: IIRC, Org is
> automatically updated every Monday.
the process is kinda broken right now, I have to do this manually.
It's probably just a permission issue, I'll fix it ASAP.
> Anyway, it is time for an Org 9.2.2 release. I'm Cc'ing Bastien about
> it.
Done. Thanks for the heads up and all the work.
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New bug in org-agenda?
2019-03-04 10:05 ` Roland Everaert
2019-03-04 10:20 ` Nicolas Goaziou
@ 2019-03-04 10:24 ` Joost Kremers
1 sibling, 0 replies; 7+ messages in thread
From: Joost Kremers @ 2019-03-04 10:24 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Richard Stanton
On Mon, Mar 04 2019, Roland Everaert wrote:
> I am facing the same issue with that version on emacs 25.2.2
> (Ubuntu
> 18.04.2 LTS).
>
>
> When will it be available throu the Org Mode ELPA repo?
I got the update this morning (finally...)
--
Joost Kremers
Life has its moments
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-03-04 11:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-01 17:27 New bug in org-agenda? Richard Stanton
2019-03-01 17:52 ` Nicolas Goaziou
2019-03-04 10:05 ` Roland Everaert
2019-03-04 10:20 ` Nicolas Goaziou
2019-03-04 10:48 ` Roland Everaert
2019-03-04 11:32 ` Bastien
2019-03-04 10:24 ` Joost Kremers
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).