From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: 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: Sun, 30 Dec 2012 15:03:54 -0500 Message-ID: <87han3xq6t.fsf@norang.ca> References: <87txr9okb0.fsf@norang.ca> <87boddcew3.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpP79-0007n4-He for emacs-orgmode@gnu.org; Sun, 30 Dec 2012 15:04:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TpP77-00041N-9h for emacs-orgmode@gnu.org; Sun, 30 Dec 2012 15:04:07 -0500 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:65400 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpP77-000401-6Z for emacs-orgmode@gnu.org; Sun, 30 Dec 2012 15:04:05 -0500 In-Reply-To: <87boddcew3.fsf@bzg.ath.cx> (Bastien's message of "Sat, 29 Dec 2012 11:20:25 +0100") 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: Bastien Cc: emacs-orgmode@gnu.org Bastien writes: > Hi Bernt, > > Bernt Hansen writes: > >> 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 > > Fixed, thanks. Verified. Thanks! Regards, Bernt