From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug report: export to HTML does not escape * in example Date: Wed, 01 Mar 2017 22:20:36 +0100 Message-ID: <87bmtkbsnv.fsf@nicolasgoaziou.fr> References: <87h93gdqts.fsf@nicolasgoaziou.fr> <87mvd4226w.fsf@turingmachine.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjBfy-0001Ad-Tn for emacs-orgmode@gnu.org; Wed, 01 Mar 2017 16:20:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjBfy-0000YW-1A for emacs-orgmode@gnu.org; Wed, 01 Mar 2017 16:20:46 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:33004) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjBfx-0000Xt-Rf for emacs-orgmode@gnu.org; Wed, 01 Mar 2017 16:20:45 -0500 In-Reply-To: <87mvd4226w.fsf@turingmachine.org> (D. M. German's message of "Wed, 01 Mar 2017 12:04:55 -0800") 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: D M German Cc: emacs-orgmode , "Charles C. Berry" Hello, D M German writes: > So the original issue (* not being escaped) will nonetheless appear when > the threshold is passed: > > Here is an example (I run it with emacs -nw -q, using emacs25) org > version 8.2.10 (this works also in my configuration under 9.0.2) > > #+BEGIN_SRC emacs-lisp :results output > (dotimes (i 2) (print '*hello)) > #+END_SRC > > > #+RESULTS: : : *hello : : *hello > > #+BEGIN_SRC emacs-lisp :results output > (dotimes (i 10) (print '*hello)) > #+END_SRC > > > #+RESULTS: > > #+begin_example > > *hello > > *hello > > *hello > > *hello > > *hello > #+end_example Fixed. Thank you. Regards, -- Nicolas Goaziou 0x80A93738