From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: V5.16b: C-c a e no more functioning Date: Mon, 10 Dec 2007 15:12:17 +0000 Message-ID: <877ijmshwu.fsf@bzg.ath.cx> References: <87k5nticzw.fsf@bzg.ath.cx> <87d4tfinv1.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1jN2-0003ST-A1 for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 09:12:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1jN0-0003Ql-K5 for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 09:12:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1jN0-0003Qf-9K for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 09:12:30 -0500 Received: from mu-out-0910.google.com ([209.85.134.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1jMz-0004xQ-Vp for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 09:12:30 -0500 Received: by mu-out-0910.google.com with SMTP id i2so3220360mue for ; Mon, 10 Dec 2007 06:12:28 -0800 (PST) In-Reply-To: (Rainer Stengele's message of "Mon, 10 Dec 2007 09:31:45 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: rainer.stengele@diplan.de --=-=-= Rainer Stengele 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... --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=org.el.patch 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 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Tchüß, -- Bastien --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --=-=-=--