emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rainer Stengele <rainer.stengele@online.de>
Cc: emacs-orgmode@gnu.org, Noorul Islam K M <noorul@noorul.com>
Subject: Re: Starting agenda commands fail with error: "cond: Wrong type argument: sequencep, :newline"
Date: Thu, 11 Jul 2013 12:03:18 +0200	[thread overview]
Message-ID: <51DE82E6.1080602@online.de> (raw)
In-Reply-To: <51DE7FB9.2050707@online.de>

Am 11.07.2013 11:49, schrieb Rainer Stengele:
> Am 11.07.2013 11:45, schrieb Noorul Islam K M:
>> Rainer Stengele <rainer.stengele@online.de> 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	other threads:[~2013-07-11 10:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-11  9:02 Starting agenda commands fail with error: "cond: Wrong type argument: sequencep, :newline" Rainer Stengele
2013-07-11  9:45 ` Noorul Islam K M
2013-07-11  9:49   ` Rainer Stengele
2013-07-11 10:03     ` Rainer Stengele [this message]
2013-07-11 10:13     ` Noorul Islam K M
2013-07-11 12:34       ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51DE82E6.1080602@online.de \
    --to=rainer.stengele@online.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=noorul@noorul.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).