emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: V5.16b: C-c a e no more functioning


From: Rainer Stengele
Subject: [Orgmode] Re: V5.16b: C-c a e no more functioning
Date: Wed, 05 Dec 2007 13:55:57 +0100
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Bastien schrieb:
> Hi Rainer,
> 
> Rainer Stengele <address@hidden> 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
<snip>


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





reply via email to

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