From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Bug: src block asterisk escaping doesn't work anymore Date: Wed, 13 Jul 2016 15:48:39 +0200 Message-ID: <20160713154839.09da9e2e@pckr186.mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNKWu-0002v5-Lb for emacs-orgmode@gnu.org; Wed, 13 Jul 2016 09:48:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNKWp-0008SP-ME for emacs-orgmode@gnu.org; Wed, 13 Jul 2016 09:48:47 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:43219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNKWp-0008RM-FT for emacs-orgmode@gnu.org; Wed, 13 Jul 2016 09:48:43 -0400 Received: from [10.20.2.71] (port=41106 helo=vmmail1.mpip-mainz.mpg.de) by gate1.mpip-mainz.mpg.de with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1bNKWl-0000je-1v for emacs-orgmode@gnu.org; Wed, 13 Jul 2016 15:48:39 +0200 Received: from pckr186.mpip-mainz.mpg.de ([10.20.70.26]) by vmmail1.mpip-mainz.mpg.de with esmtps (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1bNKWl-0000mv-FQ for emacs-orgmode@gnu.org; Wed, 13 Jul 2016 15:48:39 +0200 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" To: emacs-orgmode@gnu.org Hi, When exporting a source block, e.g.=20 --- snip (example org file) --- #+begin_src conf Test ,* asterisk in src block #+end_src --- snip --- the escaping of the asterisk does not work. Instead a headline =E2=80=9Casterisk in src block=E2=80=9D is created. Adding a second comma works but that doesn't work well with C-' source editing (I didn't test tangling). Git bisect leads me to this commit: 0279d84cd7f857535342b4ec3c2e70ac76c1ee27 is the first bad commit commit 0279d84cd7f857535342b4ec3c2e70ac76c1ee27 Author: Nicolas Goaziou Date: Fri Jun 17 14:16:39 2016 +0200 ob-exp: Remove spurious comma un-escaping =20 * lisp/ob-exp.el (org-babel-exp-code): Remove spurious comma un-escaping. :040000 040000 d9b76ef4148894bc257394a3fe2bb3c970194f14 a8c9ca31e9ebed5b4d5e634193e8e1e1755faea8 M lisp PS: I'm using maint, but I also saw this on a recent master Best regards Robert