From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Strange behavior: a comma is inserted before each star Date: Wed, 13 Jan 2016 03:40:09 -0500 Message-ID: <8737u1na8m.fsf@pierrot.dokosmarshall.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJGyi-0000Ty-Rn for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 03:40:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJGyd-00071T-Sh for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 03:40:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:45857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJGyd-000709-MJ for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 03:40:23 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aJGyX-0000bj-9Q for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 09:40:17 +0100 Received: from pool-74-104-158-160.bstnma.fios.verizon.net ([74.104.158.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jan 2016 09:40:17 +0100 Received: from ndokos by pool-74-104-158-160.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jan 2016 09:40:17 +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: emacs-orgmode@gnu.org zariskij writes: > Hi, > > I encounter a strange behavior of org-edit-special. > > Whenever I have a line starting with * in org-edit-special buffer, > org-mode automatically inserts a comma before * in the original > org file. > > For instance, if I type into org-edit-special buffer: > /** > * a brief descripion > * end > */ > > After saving it, in the corresponding source block in the org file, > it will appearas > > /** > ,* a brief descripion > ,* end > ,*/ > > This affects all source languages. > See footnote 4 in (info "(org) Literal examples") for an explanation. -- Nick