From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien 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: Sat, 29 Dec 2012 11:20:25 +0100 Message-ID: <87boddcew3.fsf@bzg.ath.cx> References: <87txr9okb0.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tou5N-0000mY-Ft for emacs-orgmode@gnu.org; Sat, 29 Dec 2012 05:56:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tou5I-0000x2-BJ for emacs-orgmode@gnu.org; Sat, 29 Dec 2012 05:56:12 -0500 Received: from mail-wg0-f54.google.com ([74.125.82.54]:63701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tou5I-0000wy-4H for emacs-orgmode@gnu.org; Sat, 29 Dec 2012 05:56:08 -0500 Received: by mail-wg0-f54.google.com with SMTP id fg15so5017946wgb.21 for ; Sat, 29 Dec 2012 02:56:07 -0800 (PST) In-Reply-To: <87txr9okb0.fsf@norang.ca> (Bernt Hansen's message of "Tue, 25 Dec 2012 17:09:55 -0500") 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: emacs-orgmode@gnu.org 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. -- Bastien