emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [babel] problem exporting pictures
@ 2010-05-23 12:28 Nicolas Goaziou
  2010-05-23 19:35 ` Dan Davison
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2010-05-23 12:28 UTC (permalink / raw)
  To: Org Mode List

Hello,

I have encountered this problem since I upgraded to 6.36. I have this
minimal file test.org :

--------------------------------------------
* Test

  Line 1

#+BEGIN_SRC asymptote :file test-fig.pdf
  size(8cm,0);

  draw((0,0)--(1,1));
#+END_SRC

  Line 2
  Line 3
--------------------------------------------

and all I get as export (would it be latex or html) is, minus the
usual preamble :

-------------------
\section{Test}
\label{sec-1}


  Line 1


  Line 3
--------------------

Furthermore :

- the picture is correctly exported if there is nothing
  after #+END_SRC ;

- I get the same unsatisfying results with ditaa (I haven't checked
  others back-ends) ;

- emacs -q or -Q do not change anything.

Is it something that has been fixed in recent git ? Am I doing
something wrong ?

Thanks.

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-23 22:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-23 12:28 [babel] problem exporting pictures Nicolas Goaziou
2010-05-23 19:35 ` Dan Davison
2010-05-23 22:31   ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).