From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Fix: org-mobile-push results in byte-code: Wrong type argument: listp, "TODO" Date: Wed, 30 Jun 2010 06:23:33 +0200 Message-ID: <17CA4EE9-D6C9-4853-B29B-04D7A2076738@gmail.com> References: <4C296860.6000009@gmail.com> <874oglqx7y.fsf@gmx.ch> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52195 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTopp-0003SJ-2N for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 00:23:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTopm-0000Ux-Fa for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 00:23:41 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:40279) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTopm-0000Uo-6X for emacs-orgmode@gnu.org; Wed, 30 Jun 2010 00:23:38 -0400 Received: by wyb39 with SMTP id 39so401904wyb.0 for ; Tue, 29 Jun 2010 21:23:37 -0700 (PDT) In-Reply-To: <874oglqx7y.fsf@gmx.ch> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sven Bretfeld Cc: emacs-orgmode On Jun 30, 2010, at 12:40 AM, Sven Bretfeld wrote: > Hi Torsten, hi all > > I experience multiple error messages of the form (wrong-type-argument: > listp \.\.\.) since some weeks. That was around the time when I > changed > my old: > > (setq org-todo-keywords > '((type "NEXT(n)" "WAITING(w)" "DELEGATED(l)" "DEFERRED(f)" > "REGULAR(r)" "APPT(a)" "RESV(v)" "DONE(d)" "CANCELLED(c)"))) > > into > > (setq org-todo-keywords > '((type "NEXT(n)" "WAITING(w)" "DELEGATED(l)" "DEFERRED(f)" > "REGULAR(r)" "APPT(a)" "RESV(v)" "|" "DONE(d)" "CANCELLED(c)"))) > > I don't know if this is related but it's annoying. I have several not > org-related error messages since some time and I don't know where they > come from. > > For example, I get "wrong-number-of-arguments: called-interactively-p, > 1" whenever I visit a tex-file. The buffer is, then, opened but not > selected. Make a backtrace! - Carsten > > Greetings, > > Sven > > Torsten Wagner writes: > >> Hi all, >> this problem was described by Xin already some monthes ago. Following >> the thread, the solution was to remove the customisation of the >> variable >> "org-todo-keywords". >> >> Today, I faced the exact same problem. Removing seems not the correct >> solution to me so I searched around in the org-manual. >> To my surprise I found the following example: >> >> (setq org-todo-keywords >> '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" >> "DELEGATED"))) >> >> whereas in my init file I used simply >> >> (setq org-todo-keywords >> '("TODO" "STARTED" "WAITING" "DONE")) >> >> I changed my lines according to the manual and now org-mobile-push >> works >> without any problem. I wasn't able to track down whether the >> org-todo-keyword variable changed recently and I used an old >> definition >> or why I customised it in this "simple" resp. wrong way. >> Surprisingly, >> this didn't effect the TODO states mechanism in org-mode itself. They >> work as desired with the old customisation. >> >> Just thought I let you know, maybe some people fight or will fight >> with >> the same problem. >> >> Bye >> >> Torsten >> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten