Hi all, 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:. WDYT? I'm using Org mode version 9.0.3 (release_9.0.3-134-g517fed).