From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?b?QW5kcsOhcw==?= Major Subject: Re: Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table Date: Mon, 29 Aug 2011 09:40:17 +0000 (UTC) Message-ID: References: <20110829080003.GA12790@discus> <26064.1314608720@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxyKY-0008Cp-2j for emacs-orgmode@gnu.org; Mon, 29 Aug 2011 05:40:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QxyKW-00068s-OF for emacs-orgmode@gnu.org; Mon, 29 Aug 2011 05:40:33 -0400 Received: from lo.gmane.org ([80.91.229.12]:44259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxyKW-00068h-HI for emacs-orgmode@gnu.org; Mon, 29 Aug 2011 05:40:32 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QxyKU-0003tN-S7 for emacs-orgmode@gnu.org; Mon, 29 Aug 2011 11:40:30 +0200 Received: from ip4e8b0e39.rubicom.hu ([78.139.14.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Aug 2011 11:40:30 +0200 Received: from andras.g.major by ip4e8b0e39.rubicom.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Aug 2011 11:40:30 +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 Hi Nick, > I don't know anything about asymptote and I am not sure whether this > will help: it does produce a temp file with everything quoted and > running asy on the temp file produces an .eps file that contains the > diagonal line, but it produces a png file which seems somewhat peculiar > to me but maybe it'll work for you. Thanks for the example, good idea. Yes, the diagonal line is OK, that's what my asymptote example creates, as the code I posted doesn't actually make use of the array (its mere presence is enough to trigger the error). > You have to do > > (setq org-babel-min-lines-for-block-output 0) > > in order to get the example block result. #+begin_rant Is it just me, or are there other people who think that this kind of approach is wrong? In my view, per-user configuration can affect the look-and-feel of org-mode, the paths, etc., but I think having options that affect the result in any way (most babel options, in fact) should be configurable from within the Org file itself. After all, most work I do (now in Org) is supposed to be passed to other people who can then continue doing this work. I can't expect them to change "global" settings just so they can reproduce my output. I love most software I use exactly because it doesn't rely too much on global (per-user) configuration. I think Org should also reduce the set of global options to the absolute minimum. #+end_rant AndrĂ¡s