From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: new exporter: too many blank lines in .org results in missing images from src blocks Date: Mon, 15 Oct 2012 12:09:10 +0200 Message-ID: <507BE0C6.1000508@mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNhbt-0002h0-U8 for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 06:09:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNhbo-0001gp-1g for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 06:09:21 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:31635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNhbn-0001gc-S9 for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 06:09:15 -0400 Received: from [10.20.2.71] (port=45951 helo=vmmail1.mpip-mainz.mpg.de) by gate1.mpip-mainz.mpg.de with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TNhbj-0004js-2C for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 12:09:11 +0200 Received: from p54a35778.dip0.t-ipconnect.de ([84.163.87.120] helo=[192.168.254.122]) by vmmail1.mpip-mainz.mpg.de with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72) (envelope-from ) id 1TNhbj-0001JB-F1 for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 12:09:11 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 " "Count slowly to ten" --> "Count slowly backwards to zero" --> "Relax" --> (*) #+end_src * next section Lorem ipsum dolor sit amet... --- snip --- snip ---