From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: bug when generating org text then exporting to html Date: Mon, 03 Jul 2017 07:01:54 +0200 Message-ID: <87fuee0ypu.fsf@bzg.fr> References: <89948d8f-b0bb-9003-dedf-f71aba705351@omecha.info> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dRvj0-0001Z5-CM for emacs-orgmode@gnu.org; Mon, 03 Jul 2017 03:24:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dRviz-0007VB-JU for emacs-orgmode@gnu.org; Mon, 03 Jul 2017 03:24:50 -0400 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: =?utf-8?Q?Gr=C3=A9goire?= Jadi Cc: emacs-orgmode Hi Gr=C3=A9goire, Gr=C3=A9goire Jadi writes: > With the following file : > * Test > > #+BEGIN_SRC elisp :results drawer :exports results > (format "* My Headline") > #+END_SRC > > > When I export this file to HTML, I expect to have the same result as if > I had the following file : > * Test > * My Headline > > However, the exporter also include a paragraph with :RESULTS:. I cannot reproduce this problem. Can you now? --=20 Bastien