emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* V5.16b: C-c a e no more functioning
@ 2007-12-05 10:32 Rainer Stengele
  2007-12-05 11:42 ` Bastien
  2007-12-17 11:45 ` Carsten Dominik
  0 siblings, 2 replies; 8+ messages in thread
From: Rainer Stengele @ 2007-12-05 10:32 UTC (permalink / raw)
  To: emacs-orgmode

Hi!

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)

2. the version naming in 5.16b is wrong: should be 5.16b instead of 5.16a

3. org-remember works again with templates (was broken in 5.16)

Thanks Carsten.


rainer

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: V5.16b: C-c a e no more functioning
  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
  2007-12-17 11:45 ` Carsten Dominik
  1 sibling, 1 reply; 8+ messages in thread
From: Bastien @ 2007-12-05 11:42 UTC (permalink / raw)
  To: emacs-orgmode

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!

-- 
Bastien

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: V5.16b: C-c a e no more functioning
  2007-12-05 11:42 ` Bastien
@ 2007-12-05 12:55   ` Rainer Stengele
  2007-12-09 21:01     ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Rainer Stengele @ 2007-12-05 12:55 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Re: V5.16b: C-c a e no more functioning
  2007-12-05 12:55   ` Rainer Stengele
@ 2007-12-09 21:01     ` Bastien
  2007-12-10  8:31       ` Rainer Stengele
  0 siblings, 1 reply; 8+ messages in thread
From: Bastien @ 2007-12-09 21:01 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode

Hi Rainer,

is this problem still happening?  If so, can you resend the backtrace,
keeping it complete?  I can't reproduce it with your config and 5.16b.

Thanks,

Rainer Stengele <rainer.stengele@diplan.de> writes:

> 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>

-- 
Bastien

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: V5.16b: C-c a e no more functioning
  2007-12-09 21:01     ` Bastien
@ 2007-12-10  8:31       ` Rainer Stengele
  2007-12-10 15:12         ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Rainer Stengele @ 2007-12-10  8:31 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 965 bytes --]

Bastien schrieb:
> Hi Rainer,
>
> is this problem still happening? If so, can you resend the backtrace,
> keeping it complete? I can't reproduce it with your config and 5.16b.
>
> Thanks,
>
> Rainer Stengele <rainer.stengele@diplan.de> writes:
>
>> 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>
>

Hi Bastien,

thanks for asking, but I cannot not send the complete trace with Thunderbird editor because of the special characters.
Pasting the text stops at some place in the middle.

I will attach a zipped file.

Rainer



[-- Attachment #2: backtrace.zip --]
[-- Type: application/x-zip-compressed, Size: 1713 bytes --]

[-- Attachment #3: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Re: V5.16b: C-c a e no more functioning
  2007-12-10  8:31       ` Rainer Stengele
@ 2007-12-10 15:12         ` Bastien
  2007-12-11 12:40           ` Rainer Stengele
  0 siblings, 1 reply; 8+ messages in thread
From: Bastien @ 2007-12-10 15:12 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: rainer.stengele

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

Rainer Stengele <rainer.stengele@diplan.de> writes:

> thanks for asking, but I cannot not send the complete trace with
> Thunderbird editor because of the special characters.  Pasting the
> text stops at some place in the middle.

Ok, no problem.  Thanks for the complete backtrace.

Please test the patch below and tell me if it fixes the issue.  If it
doesn't, maybe it's better to continue the bugtracking off-list...


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: org.el.patch --]
[-- Type: text/x-diff, Size: 611 bytes --]

diff -u /home/guerry/elisp/testing/org/ /home/guerry/elisp/testing/temp2/org.el
--- /home/guerry/elisp/testing/org/org.el	2007-12-04 08:40:13.000000000 +0000
+++ /home/guerry/elisp/testing/temp2/org.el	2007-12-10 15:08:16.000000000 +0000
@@ -19267,8 +19267,8 @@
       (while cmds
 	(setq cmd (pop cmds)
 	      thiscmdkey (car cmd)
-	      opts (nth 3 cmd)
-	      files (nth 4 cmd))
+	      opts (nth 4 cmd)
+	      files (nth 5 cmd))
 	(if (stringp files) (setq files (list files)))
 	(when files
 	  (eval (list 'let (append org-agenda-exporter-settings opts pars)

Diff finished.  Mon Dec 10 15:08:22 2007

[-- Attachment #3: Type: text/plain, Size: 21 bytes --]


Tchüß,

-- 
Bastien

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: V5.16b: C-c a e no more functioning
  2007-12-10 15:12         ` Bastien
@ 2007-12-11 12:40           ` Rainer Stengele
  0 siblings, 0 replies; 8+ messages in thread
From: Rainer Stengele @ 2007-12-11 12:40 UTC (permalink / raw)
  To: emacs-orgmode

Bastien schrieb:
> Rainer Stengele <rainer.stengele@diplan.de> writes:
> 
>> thanks for asking, but I cannot not send the complete trace with
>> Thunderbird editor because of the special characters.  Pasting the
>> text stops at some place in the middle.
> 
> Ok, no problem.  Thanks for the complete backtrace.
> 
> Please test the patch below and tell me if it fixes the issue.  If it
> doesn't, maybe it's better to continue the bugtracking off-list...
> 
> 
> 
> ------------------------------------------------------------------------
> 
> 
> Tchüß,
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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

Thank you - but it does not work - it simply does nothing, but no more error message.
Maybe you can help me trace the function.

Rainer

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: V5.16b: C-c a e no more functioning
  2007-12-05 10:32 V5.16b: C-c a e no more functioning Rainer Stengele
  2007-12-05 11:42 ` Bastien
@ 2007-12-17 11:45 ` Carsten Dominik
  1 sibling, 0 replies; 8+ messages in thread
From: Carsten Dominik @ 2007-12-17 11:45 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode

Hi Rainer,

it would have ben helpful if you had stated from which version you upgraded.

I think this was broken since 5.13, I have fixed is now for 5.17.

- Carsten

On Dec 5, 2007 11:32 AM, Rainer Stengele <rainer.stengele@diplan.de> wrote:
> Hi!
>
> 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)
>
> 2. the version naming in 5.16b is wrong: should be 5.16b instead of 5.16a
>
> 3. org-remember works again with templates (was broken in 5.16)
>
> Thanks Carsten.
>
>
> 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
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-12-17 11:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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).