emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rainer Stengele <rainer.stengele@diplan.de>
To: emacs-orgmode@gnu.org
Subject: Re: V5.16b: C-c a e no more functioning
Date: Wed, 05 Dec 2007 13:55:57 +0100	[thread overview]
Message-ID: <fj674q$lqk$1@ger.gmane.org> (raw)
In-Reply-To: <87k5nticzw.fsf@bzg.ath.cx>

Bastien schrieb:
> Hi Rainer,
> 
> Rainer Stengele <rainer.stengele@diplan.de> 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	other threads:[~2007-12-05 12:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-05 10:32 V5.16b: C-c a e no more functioning Rainer Stengele
2007-12-05 11:42 ` Bastien
2007-12-05 12:55   ` Rainer Stengele [this message]
2007-12-09 21:01     ` Bastien
2007-12-10  8:31       ` Rainer Stengele
2007-12-10 15:12         ` Bastien
2007-12-11 12:40           ` Rainer Stengele
2007-12-17 11:45 ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='fj674q$lqk$1@ger.gmane.org' \
    --to=rainer.stengele@diplan.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).