From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Subject: Re: agenda problem or my set up is a problem? Date: Wed, 10 Jul 2013 11:59:22 -0400 Message-ID: <51DD84DA.50406@verizon.net> References: <51DAA9ED.5020400@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwwoF-0000MU-0T for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 12:00:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uwwo7-00071M-Iu for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 12:00:02 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:54166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwwo7-000718-F5 for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 11:59:55 -0400 Received: from [192.168.1.2] ([unknown] [70.215.5.201]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MPQ00HPE9R0XX00@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 10 Jul 2013 10:59:31 -0500 (CDT) In-reply-to: <51DAA9ED.5020400@verizon.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mode , Noorul Islam K M , nicholas.dokos@hp.com Noorul, Nick and others, On 7/8/2013 8:00 AM, Charles wrote: > I just did a clean org mode install (twice) > > * Org-mode version 8.0.5 (release_8.0.5-318-gfdaa99 @ > c:/cygwin/home/Charlie/elisp/Org-Mode/lisp/) > * emacs GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-28 on MARVIN > > emacs on windows 7, home premium > > org on cywin 1.7.20 > > I call the agenda dispatcher; however when I attempt to call an agenda > command the following error is returned > > Wrong type argument: sequencep, newline: > Thank you for your replies and guidance. I suddenly realized that the :newline was part of my tag set-up in my init.el. I removed all references to newline and the agenda commands now work. I now have to figure out why (:newline . nil) no longer works, at least for me. For the past two or three years I had my tag groups as (setq org-tag-alist '( (:startgroup . nil) ("aaaa" . ?a) ("bbbb" . ?b) (:endgroup . nil) (:newline . nil) (:startgroup . nil) ("cccc" . ?c) ("dddd" . ?d) (:endgroup . nil))) I'll check the mailing list etc. to see if I missed some discussion concerning this. Charlie