emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Starting agenda commands fail with error: "cond: Wrong type argu


From: Rainer Stengele
Subject: Re: [O] Starting agenda commands fail with error: "cond: Wrong type argument: sequencep, :newline"
Date: Thu, 11 Jul 2013 12:03:18 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

Am 11.07.2013 11:49, schrieb Rainer Stengele:
> Am 11.07.2013 11:45, schrieb Noorul Islam K M:
>> Rainer Stengele <address@hidden> writes:
>>
>>> Hi,
>>>
>>> since the last pull I cannot start any agenda without getting this message:
>>>
>>> cond: Wrong type argument: sequencep, :newline
>>>
>>> setting debug-on-error to t does not show more info.
>>> Any idea what could be wrong?
>>>
>> A fix was pushed recently for this. You might be lagging begind.
>>
>> Thanks and Regards
>> Noorul
> I am at
> 
> Org-mode version 8.0.5 (release_8.0.5-334-g203f4c)
> That looks pretty current.
> Error is still there!
> 
> Cheers, Rainer
> 
> 
> 
I already confirmed that this will be fixed by including the patch from 
Bastien: (see thread "[BUG] org-agenda-list)":

diff --git a/lisp/org.el b/lisp/org.el
index 7cbad97..f8cd447 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -4841,6 +4841,7 @@ Support for group tags is controlled by the option
               (lambda (tg) (cond ((eq (car tg) :startgroup) "{")
                                  ((eq (car tg) :endgroup) "}")
                                  ((eq (car tg) :grouptags) ":")
+                                 ((eq (car tg) :newline) "\n")
                                  (t (concat (car tg)
                                             (if (characterp (cdr tg))
                                                 (format "(%s)" (char-to-string 
(cdr tg))) "")))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]