From mboxrd@z Thu Jan 1 00:00:00 1970 From: Le Wang Subject: Re: bug#12905: 24.2.50; org: edit source block causes data loss Date: Fri, 14 Dec 2012 17:57:24 +0800 Message-ID: References: <50A62865.8010904@gmail.com> <87sj7han8a.fsf__16482.9143243425$1354894646$gmane$org@gnu.org> <87wqwnyzud.fsf__32428.3239235685$1355331429$gmane$org@bzg.ath.cx> <87bodzt201.fsf@norang.ca> <877gom7tc3.fsf@bzg.ath.cx> <876246skbt.fsf@norang.ca> <87lid262rf.fsf@norang.ca> <8738za44ss.fsf@bzg.ath.cx> <874njq5ah1.fsf@norang.ca> <87d2yeym1x.fsf@bzg.ath.cx> <87fw39ijnx.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjS1G-0001lU-UW for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 04:57:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjS1F-0007pQ-S0 for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 04:57:26 -0500 Received: from mail-vc0-f169.google.com ([209.85.220.169]:50179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjS1F-0007pM-On for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 04:57:25 -0500 Received: by mail-vc0-f169.google.com with SMTP id gb23so3636443vcb.0 for ; Fri, 14 Dec 2012 01:57:25 -0800 (PST) In-Reply-To: <87fw39ijnx.fsf@norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: Bastien , emacs-orgmode@gnu.org On Fri, Dec 14, 2012 at 8:04 AM, Bernt Hansen wrote: > I get the following error when doing C-c ' in a table > > --8<---------------cut here---------------start------------->8--- > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) > org-edit-src-code() > org-edit-special() > call-interactively(org-edit-special nil nil) > --8<---------------cut here---------------end--------------->8--- I have repro of the issue. I didn't take into account the full usage org-edit-special. I'll redo this with new tests within the next few hours. -- Le