From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Williams Subject: Bug: Tabbing error with asterisks [7.8.03] Date: Fri, 23 Mar 2012 16:34:00 -0500 Message-ID: <21A5E1E970CD46459ECBE86D6CC4B28C5B035212@spexch01.WindLogics.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBC7c-0000XS-8N for emacs-orgmode@gnu.org; Fri, 23 Mar 2012 17:34:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SBC7a-0003nA-De for emacs-orgmode@gnu.org; Fri, 23 Mar 2012 17:34:07 -0400 Received: from shrimp.windlogics.com ([216.245.170.164]:20528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBC7a-0003mf-9J for emacs-orgmode@gnu.org; Fri, 23 Mar 2012 17:34:06 -0400 Content-Language: en-US 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" I have the following document: ---------------------- #+TITLE: Test Doc #+AUTHOR: Ken Williams * Top header Top paragraph. #+begin_src R library(testthat) test_that("failures", { expect_that(6, equals(9)) expect_that(6, equals(9)) expect_that(6, equals(9)) expect_that(6, equals(9)) expect_that(6, equals(9)) }) #+end_src #+results: #+begin_example Error: Test failure in 'failures' * 6 not equal to 9 Mean relative difference: 0.3333333 * 6 not equal to 9 Mean relative difference: 0.3333333 * 6 not equal to 9 Mean relative difference: 0.3333333 * 6 not equal to 9 Mean relative difference: 0.3333333 * 6 not equal to 9 Mean relative difference: 0.3333333 #+end_example ---------------------- When I put the point on the top headline and hit , it doesn't fold the= complete section, it only folds up to the line "* 6 not equal to 9". So s= omething thinks that line is a header, even though it's within a "#+begin_e= xample" section. By contrast, the syntax coloring looks correct - the lines starting with '#= ' are red, and the lines inside the "#+begin_src" and "#+begin_example" sec= tions are gray, as expected. Emacs : GNU Emacs 23.3.1 (i386-mingw-nt6.1.7600) of 2011-03-10 on 3249CTO Package: Org-mode version 7.8.03 -- Ken Williams, Senior Research Scientist WindLogics http://windlogics.com CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the inte= nded recipient(s) and may contain confidential and privileged information. = Any unauthorized review, use, disclosure or distribution of any kind is str= ictly prohibited. If you are not the intended recipient, please contact the= sender via reply e-mail and destroy all copies of the original message. Th= ank you.