From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Bug: source code editing using C-c ' (org-edit-special) eats characters Date: Tue, 23 Oct 2012 11:03:21 -0700 Message-ID: <20121023180317.GA21957@localhost> Reply-To: Hsiu-Khuern Tang Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQkFJ-0003Ly-O9 for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 15:34:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQkFE-0000eJ-1X for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 15:34:37 -0400 Received: from b.mail.sonic.net ([64.142.19.5]:35426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQkFD-0000eF-Po for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 15:34:31 -0400 Received: from eeebox (50-0-109-198.dsl.dynamic.sonic.net [50.0.109.198]) by b.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id q9NI3qK8021012 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Tue, 23 Oct 2012 11:03:52 -0700 Received: from meimei by eeebox with local (Exim 4.77) (envelope-from ) id 1TQioz-0004cg-L1 for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 11:03:21 -0700 Content-Disposition: inline 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: orgmode Hi, Sorry if this has been reported -- a brief search didn't turn up anything. Start with this 3-line org file: -------------------------------------------------- #+begin_example #+end_example -------------------------------------------------- Do these steps: - go to the 2nd line - type C-c ' to edit the source example - type some text in the new buffer, such as "test" - type C-c ' to exit What I get is this: -------------------------------------------------- #+begin_example test#+end_example -------------------------------------------------- Anyone else able to reproduce this? -- Thanks, Hsiu-Khuern.