emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] agenda problem or my set up is a problem?


From: Charles
Subject: Re: [O] agenda problem or my set up is a problem?
Date: Wed, 10 Jul 2013 11:59:22 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

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



reply via email to

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