From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Myles English" Subject: Re: Bug: source code editing using C-c ' (org-edit-special) eats characters Date: Tue, 23 Oct 2012 21:07:51 +0100 Message-ID: <87sj95eyug.fsf@ed.ac.uk> References: <20121023180317.GA21957@localhost> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQke2-0000ez-Ng for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 16:00:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQkdu-0004am-AU for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 16:00:08 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:47555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQkdt-0004Z9-Eg for emacs-orgmode@gnu.org; Tue, 23 Oct 2012 16:00:02 -0400 Received: by mail-wi0-f171.google.com with SMTP id hj13so3104184wib.12 for ; Tue, 23 Oct 2012 13:00:00 -0700 (PDT) In-reply-to: <20121023180317.GA21957@localhost> 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: Hsiu-Khuern Tang Cc: orgmode Hi Hsiu, Hsiu-Khuern Tang writes: > What I get is this: > -------------------------------------------------- > #+begin_example test#+end_example > -------------------------------------------------- > > Anyone else able to reproduce this? I can't, I get: #+begin_example test #+end_example with org 7.9.2. Myles