emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Robert Klein
Subject: [O] new exporter: too many blank lines in .org results in missing images from src blocks
Date: Mon, 15 Oct 2012 12:09:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121007 Thunderbird/16.0

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 ---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]