From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Bug: org-edit-special adds commas to source blocks repeatedly [7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)] Date: Tue, 25 Dec 2012 17:09:55 -0500 Message-ID: <87txr9okb0.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnchE-0008Pd-Vb for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 17:10:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TnchC-0005Bi-Ot for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 17:10:00 -0500 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:32399 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnchC-0005Ba-LB for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 17:09:58 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.165.89] helo=mail.norang.ca) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1TnchC-000FVj-Ac for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 22:09:58 +0000 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: emacs-orgmode@gnu.org The following source blocks refer to my document http://doc.norang.ca/org-mode.org line 564 original : #name : #+begin_...#+end_ : # -- : #+begin_$1 $2 : $0 : #+end_$1 C-c ' twice : #name : #+begin_...#+end_ : # -- : ,#+begin_$1 $2 : $0 : ,#+end_$1 again C-c ' four times : #name : #+begin_...#+end_ : # -- : ,,#+begin_$1 $2 : $0 : ,,#+end_$1 commas are added to the #+begin and #+end lines Emacs : GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11 on raven, modified by Debian Package: Org-mode version 7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)