From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Loury Subject: Bug report: Heading in example considered as true heading Date: Tue, 06 Aug 2013 14:01:40 +0200 Message-ID: <87siyn81uj.fsf@konixwork.incubateur.ens-lyon.fr> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6fxe-0001Te-Mr for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 08:02:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6fxT-0005lu-4f for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 08:01:58 -0400 Received: from mail-we0-x231.google.com ([2a00:1450:400c:c03::231]:50074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6fxS-0005lU-VT for emacs-orgmode@gnu.org; Tue, 06 Aug 2013 08:01:47 -0400 Received: by mail-we0-f177.google.com with SMTP id m46so261968wev.8 for ; Tue, 06 Aug 2013 05:01:45 -0700 (PDT) Received: from localhost (par69-7-82-243-233-186.fbx.proxad.net. [82.243.233.186]) by mx.google.com with ESMTPSA id w4sm1762401wia.9.2013.08.06.05.01.44 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 06 Aug 2013 05:01:44 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: OrgMode ML --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, I realized recently the following behavior, running on org version 8.0.3 got from commit d7e884d86c8560477ca1e69fb8423db6770981ac (git sha). Use the following org sample: =2D----------Beginning * test1 #+BEGIN_EXAMPLE * stuff #+END_EXAMPLE * test2 =2D----------End Then in test, do M- to get test1 down. Even though the example is badly indented, it is part of the test1 heading. The buffer I expect after the command is: =2D----------Beginning * test2 * test1 #+BEGIN_EXAMPLE * stuff #+END_EXAMPLE =2D----------End What I got is =2D----------Beginning * stuff #+BEGIN_EXAMPLE * test1 #+END_EXAMPLE * test2 =2D----------End My 2 cents. =2D-=20 Konubinix GPG Key : 7439106A Fingerprint: 5993 BE7A DA65 E2D9 06CE 5C36 75D2 3CED 7439 106A --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQEcBAEBAgAGBQJSAOWkAAoJEHXSPO10ORBqC0gH/RKVo3HQaoo+ecveKcHd5Uhq Rk7RH/6XgSTKYAs+F9GQy51+cYJh/rxcOLrRaQlJxPRxQ8gVFOEIk3qDMF67ICoz vW2gqGQFSV2nFwpqmX6RstK3lzJYTnhnYT75ALbKkmDdNrWmZO0R0g3SDjuF6IA0 k3CU6pvtiGE818OJWyVWSKvKxjimTzQ2fky1jW+5Vr06R4w26iIWxVh8wydqAcaQ WEeVklqdkOel/DtjqMBqs6TEj7rtKbKf9rD5QFsLr9O7fYFcdwplfHTY/jHvbm6k HZhUrsA0mHc+YkaHwEOWmHe6zJohayHOr+1OZqBf5jQJJltHzNvW2KH5aeyyxPk= =Zy7O -----END PGP SIGNATURE----- --=-=-=--