From mboxrd@z Thu Jan 1 00:00:00 1970 From: zariskij Subject: Strange behavior: a comma is inserted before each star Date: Wed, 13 Jan 2016 07:35:11 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJFxj-0001Ng-TN for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 02:35:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJFxf-00077q-QQ for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 02:35:23 -0500 Received: from plane.gmane.org ([80.91.229.3]:43025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJFxf-00077m-J5 for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 02:35:19 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aJFxe-0005eQ-0P for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 08:35:18 +0100 Received: from rescomp-13-264473.stanford.edu ([128.12.130.163]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jan 2016 08:35:17 +0100 Received: from zariskij by rescomp-13-264473.stanford.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jan 2016 08:35: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 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.