emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Org Mode List <emacs-orgmode@gnu.org>
Subject: [babel] problem exporting pictures
Date: Sun, 23 May 2010 14:28:03 +0200	[thread overview]
Message-ID: <87wruuvm3w.wl%n.goaziou@gmail.com> (raw)

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

             reply	other threads:[~2010-05-23 12:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-23 12:28 Nicolas Goaziou [this message]
2010-05-23 19:35 ` [babel] problem exporting pictures Dan Davison
2010-05-23 22:31   ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wruuvm3w.wl%n.goaziou@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).