Re: [O] new exporter: too many blank lines in .org results in missing images from src blocks

2012-10-16 Thread Robert Klein
Hello,

On 10/15/2012 10:35 PM, Nicolas Goaziou wrote:
 Hello,
 
 Robert Klein klein...@mpip-mainz.mpg.de writes:
 
 The export of the file below doesn't always include the image in the
 export (that is, no image, not even a missing image).

 When there is only one blank line after #+end_src, the image in
 included.  Two or more blank lines, and there is no image.  in tex files
 there is no \includegraphics, in html exports img src... is missing.

 Same happens when the org file ends after #+end_src and there are more
 than two blank lines.  (That happened with the file I encountered the
 issue first.  And, of course, didn't see any difference to a org file
 where exporting worked... :-)
 
 It should be fixed now. Thanks again for the report.
 
 
 Regards,
 

yes, it works.

Thank you very much!

Best regards
Robert




[O] new exporter: too many blank lines in .org results in missing images from src blocks

2012-10-15 Thread Robert Klein
Hello,

I found another issue with the new exporter.

The export of the file below doesn't always include the image in the
export (that is, no image, not even a missing image).

When there is only one blank line after #+end_src, the image in
included.  Two or more blank lines, and there is no image.  in tex files
there is no \includegraphics, in html exports img src... is missing.

Same happens when the org file ends after #+end_src and there are more
than two blank lines.  (That happened with the file I encountered the
issue first.  And, of course, didn't see any difference to a org file
where exporting worked... :-)


Best regards
Robert




--- snip --- snip ---
# -*- fill-column:75; coding: utf-8-unix; -*-
#+TITLE: file1

* plantuml diagram
#+begin_src plantuml :file example.png :exports results
@startuml
title Todo for something

(*) -- Count slowly to ten
-- Count slowly backwards to zero
-- Relax
-- (*)
#+end_src



* next section

Lorem ipsum dolor sit amet...
--- snip --- snip ---



Re: [O] new exporter: too many blank lines in .org results in missing images from src blocks

2012-10-15 Thread Nicolas Goaziou
Hello,

Robert Klein klein...@mpip-mainz.mpg.de writes:

 The export of the file below doesn't always include the image in the
 export (that is, no image, not even a missing image).

 When there is only one blank line after #+end_src, the image in
 included.  Two or more blank lines, and there is no image.  in tex files
 there is no \includegraphics, in html exports img src... is missing.

 Same happens when the org file ends after #+end_src and there are more
 than two blank lines.  (That happened with the file I encountered the
 issue first.  And, of course, didn't see any difference to a org file
 where exporting worked... :-)

It should be fixed now. Thanks again for the report.


Regards,

-- 
Nicolas Goaziou