From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: The patch (org-exp-blocks), the question and the bug Date: Mon, 18 May 2009 13:54:56 +0200 Message-ID: <87ljoud3sf.fsf@selenimh.orion.org> References: <87skj3q522.fsf@selenimh.orion.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M61VK-0006cW-Ma for emacs-orgmode@gnu.org; Mon, 18 May 2009 07:59:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M61VJ-0006bu-Ev for emacs-orgmode@gnu.org; Mon, 18 May 2009 07:59:38 -0400 Received: from [199.232.76.173] (port=36124 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M61VJ-0006bp-Ah for emacs-orgmode@gnu.org; Mon, 18 May 2009 07:59:37 -0400 Received: from smtp23.services.sfr.fr ([93.17.128.19]:16746) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M61VI-0005c0-Sw for emacs-orgmode@gnu.org; Mon, 18 May 2009 07:59:37 -0400 In-Reply-To: (Eric Schulte's message of "Sun, 17 May 2009 16:32:19 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: emacs-orgmode@gnu.org Hello, Here is a simple asymptote block : #+begin_asy out.pdf import graph; size(0,4cm); real f(real t) {return 1+cos(t);} path g=polargraph(f,0,2pi,operator ..)--cycle; filldraw(g,pink); xaxis("$x$",above=true); yaxis("$y$",above=true); dot("$(a,0)$",(1,0),N); dot("$(2a,0)$",(2,0),N+E); #+end_asy The output should be http://asymptote.sourceforge.net/gallery/cardioid.pdf -- Nicolas Goaziou