Re: [O] Bug report: export to HTML does not escape * in example

2017-03-05 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > On Wed, 1 Mar 2017, Nicolas Goaziou wrote: > >> Hello, >> >> D M German writes: >> >>> So the original issue (* not being escaped) will nonetheless appear when >>> the threshold is passed: >>> >> >> Fixed. Thank you.

Re: [O] Bug report: export to HTML does not escape * in example

2017-03-03 Thread Charles C. Berry
On Wed, 1 Mar 2017, Nicolas Goaziou wrote: Hello, D M German writes: So the original issue (* not being escaped) will nonetheless appear when the threshold is passed: Fixed. Thank you. Hmmm. Now I get :FAILED test-ob/org-babel-insert-result for make

Re: [O] Bug report: export to HTML does not escape * in example

2017-03-01 Thread Nicolas Goaziou
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) > >

Re: [O] Bug report: export to HTML does not escape * in example

2017-03-01 Thread D M German
Hi Charles, everybody, >> I am running a babel script that generates, as one of its line * in the >> front: >> >> ​#+BEGIN_SRC sh >> echo "* Hello" >> #+END_SRC >> >> #+RESULTS: >> #+begin_example >> * Hello >> #+end_example >> >> ​In that case, should babel be the one escaping

Re: [O] Bug report: export to HTML does not escape * in example

2017-02-27 Thread Nick Dokos
"Charles C. Berry" writes: > On Mon, 27 Feb 2017, dmg wrote: > >> On Sun, Feb 26, 2017 at 11:40 PM, Nicolas Goaziou >> wrote: >> >>> >>> A star at the beginning of a line is always a headline. > > [...] > >> >> ​Thank you. I guess the issue is then with

Re: [O] Bug report: export to HTML does not escape * in example

2017-02-27 Thread Charles C. Berry
On Mon, 27 Feb 2017, dmg wrote: On Sun, Feb 26, 2017 at 11:40 PM, Nicolas Goaziou wrote: A star at the beginning of a line is always a headline. [...] ​Thank you. I guess the issue is then with org-babel. I am running a babel script that generates, as one of

Re: [O] Bug report: export to HTML does not escape * in example

2017-02-27 Thread dmg
On Sun, Feb 26, 2017 at 11:40 PM, Nicolas Goaziou wrote: > > A star at the beginning of a line is always a headline. It has > precedence over the block around it. You need to escape the star > character: > > #+begin_example > ,* hello world > #+end_example > >

Re: [O] Bug report: export to HTML does not escape * in example

2017-02-26 Thread Nicolas Goaziou
Hello, dmg writes: > The following example: > > > * Example > > #+begin_example > hello world > #+end_example > > #+begin_example > * hello world > #+end_example > > exports an HTML file where the second "hello word" is interpreted as a > header, ignoring that it is

[O] Bug report: export to HTML does not escape * in example

2017-02-26 Thread dmg
The following example: * Example #+begin_example hello world #+end_example #+begin_example * hello world #+end_example exports an HTML file where the second "hello word" is interpreted as a header, ignoring that it is within begin_example. See below I am using org-mode version 9.0.3, under