From mboxrd@z Thu Jan 1 00:00:00 1970 From: bruce robertson Subject: source block breaks when code looks like heading Date: Mon, 7 Aug 2017 18:08:44 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a113ca93a085f600556339ce1" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1det1E-00021P-00 for emacs-orgmode@gnu.org; Mon, 07 Aug 2017 21:09:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1det19-00071m-6g for emacs-orgmode@gnu.org; Mon, 07 Aug 2017 21:09:11 -0400 Received: from mail-oi0-x22f.google.com ([2607:f8b0:4003:c06::22f]:35660) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1det19-00070C-1N for emacs-orgmode@gnu.org; Mon, 07 Aug 2017 21:09:07 -0400 Received: by mail-oi0-x22f.google.com with SMTP id e124so19783183oig.2 for ; Mon, 07 Aug 2017 18:09:05 -0700 (PDT) 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 --001a113ca93a085f600556339ce1 Content-Type: text/plain; charset="UTF-8" multi-line comments or expressions appearing to be headings break block. * top #+begin_src php /* *do not prepend a space to 'do' */ b = 2 *3; // do not prepend a space to '3' #+end_src GNU Emacs 25.1.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1911)) of 2016-09-20 Org mode version 9.0.9 (release_9.0.9-736-gf1b2a9 @ /Users/brucer42/git/org-mode/lisp/) --001a113ca93a085f600556339ce1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
multi-line comments or expressions appearing to be heading= s break block.

* top
#+begin_src php=
/*
*do not prepend a space to 'do'
*= /
b =3D 2
*3; // do not prepend a space to '3'<= /div>
#+end_src

GNU Emacs 25.= 1.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F= 1911)) of 2016-09-20
Org mode version 9.0.9 (release_9.0.9-736-gf= 1b2a9 @ /Users/brucer42/git/org-mode/lisp/)

--001a113ca93a085f600556339ce1--