From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kane Dou Subject: Re: Call org-remember on a "RE:" post raises error in gnus Date: Thu, 01 Jul 2010 19:11:53 +0800 Message-ID: <87lj9vsbgm.fsf@gmail.com> References: <87bpatnheo.fsf@gmail.com> <877hlgai7b.fsf@gollum.intra.norang.ca> <87bpaspss7.fsf@gmail.com> <87630zvg2e.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=37726 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUHgh-0004Ax-FN for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 07:12:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUHgg-0007Vu-DZ for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 07:12:11 -0400 Received: from lo.gmane.org ([80.91.229.12]:50730) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUHgg-0007VX-83 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 07:12:10 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OUHgc-0006XN-3l for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 13:12:06 +0200 Received: from 58.38.81.221 ([58.38.81.221]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Jul 2010 13:12:06 +0200 Received: from douqilong by 58.38.81.221 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Jul 2010 13:12:06 +0200 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 David Maus writes: > Kane Dou wrote: >>When I call "org-remember" on a post like this: "O [ 40: Istvan ADAM ] >>Erroneous display when working on remote Unix machine". > >>The backtrace("debug-on-entry" on "org-replace-escapes", no >>backtrace will occur if "org-remember" works normally): > > Can you provide the backtrace for the error? > > M-x toggle-debug-on-error RET > > To get a backtrace without byte-code, just reload Org before provoking > the error (M-x org-reload RET). > > HTH > -- David It returns this: Debugger entered--Lisp error: (error "Cannot return from the debugger in an error") string-match("%-?[0-9.]*c" nil) org-replace-escapes("Email from %f: %.30s" (("%c") ("%F" . "David Maus ") ("%f" . "David Maus") ("%T") ("%t" . "?") ("%s" . "Re: Re: Call org-remember on a \"RE:\" post raises error in gnus") ("%m" . "87630zvg2e.wl%dmaus@ictsoc.de"))) org-email-link-description() org-gnus-store-link() run-hook-with-args-until-success(org-gnus-store-link) org-store-link(nil) org-remember-annotation() run-hook-with-args-until-success(org-remember-annotation) remember(nil) org-do-remember() org-remember(nil) call-interactively(org-remember nil nil) And I want to update a fact that the error sometimes also happens on the parent post. -Kane