emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Cc: rainer.stengele@diplan.de
Subject: Re: Re: V5.16b: C-c a e no more functioning
Date: Mon, 10 Dec 2007 15:12:17 +0000	[thread overview]
Message-ID: <877ijmshwu.fsf@bzg.ath.cx> (raw)
In-Reply-To: <fjithf$fhv$1@ger.gmane.org> (Rainer Stengele's message of "Mon, 10 Dec 2007 09:31:45 +0100")

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

  reply	other threads:[~2007-12-10 14:12 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
2007-12-09 21:01     ` Bastien
2007-12-10  8:31       ` Rainer Stengele
2007-12-10 15:12         ` Bastien [this message]
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=877ijmshwu.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=rainer.stengele@diplan.de \
    /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).