Bastien schrieb:
> Hi Rainer,
> 
> Rainer Stengele <[EMAIL PROTECTED]> 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



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to