From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: V5.16b: C-c a e no more functioning Date: Wed, 05 Dec 2007 13:55:57 +0100 Message-ID: References: <87k5nticzw.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iztnp-0002eP-88 for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 07:56:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iztnn-0002cZ-UZ for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 07:56:36 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iztnn-0002bh-8S for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 07:56:35 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iztnl-0000FQ-4I for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 07:56:33 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IztnU-0001Wl-Ia for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 12:56:16 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Dec 2007 12:56:16 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Dec 2007 12:56:16 +0000 In-Reply-To: <87k5nticzw.fsf@bzg.ath.cx> 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: emacs-orgmode@gnu.org Bastien schrieb: > Hi Rainer, > > Rainer Stengele writes: > >> 1. I cannot export anymore. >> After C-c a e I get this error: >> >> eval: Wrong type argument: listp, 88 >> >> (same with my colleague at 5.13e) > > Can you give a full backtrace? Just eval this: > > (setq debug-on-error t) > > Maybe the relevant part of the source file could also help. BTW, > Carsten wrote a useful section on how to provide feedback in general: > > (info "(org)Feedback") > > Thanks! > Thanks Bastien, I tried the debug mode and found out that tzhe reasoin lies in my custom agenda views: Debugger entered--Lisp error: (wrong-type-argument listp 88) (let (88 45 65 103 101 110 100 97 32 48 32 100 97 121 115 32 100 101 97 100 108 105 110 101 32 112 114 101 118 105 101 119) (org-agenda nil "dd")) eval((let (88 45 65 103 101 110 100 97 32 48 32 100 97 121 115 32 100 101 97 100 108 105 110 101 32 112 114 101 118 105 101 119) (org-agenda nil "dd"))) byte-code whats wrong with "dd"? (setq org-agenda-custom-commands '( ("d" . "Deadline+Anzahl warning-days") ; description for "d" prefix ("dd" agenda "X-Agenda 0 days deadline preview" ((org-deadline-warning-days -0)(org-agenda-ndays 3))) ("d0" agenda "X-Agenda 0 days deadline preview" ((org-deadline-warning-days -0)(org-agenda-ndays 3))) ("d1" agenda "X-Agenda 2 days deadline preview" ((org-deadline-warning-days -1)(org-agenda-ndays 3))) ... rainer