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: Tue, 30 Aug 2011 19:12:34 +0000 (UTC) Message-ID: References: <20110829080003.GA12790@discus> <87hb50li4b.fsf@gmail.com> <878vqclf64.fsf@gmail.com> <87mxesjs9e.fsf@gmail.com> <87fwkkjhvt.fsf@gmail.com> <87y5yc6tx4.fsf@gmail.com> <87vctgi0ve.fsf@gmail.com> <87hb506qqk.fsf@gmail.com> <878vqc6nye.fsf@gmail.com> 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]:45693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyTjt-0003g1-17 for emacs-orgmode@gnu.org; Tue, 30 Aug 2011 15:12:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QyTjq-000508-Pi for emacs-orgmode@gnu.org; Tue, 30 Aug 2011 15:12:49 -0400 Received: from lo.gmane.org ([80.91.229.12]:58714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyTjq-0004zv-K8 for emacs-orgmode@gnu.org; Tue, 30 Aug 2011 15:12:46 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QyTjp-0001C5-9v for emacs-orgmode@gnu.org; Tue, 30 Aug 2011 21:12:45 +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 ; Tue, 30 Aug 2011 21:12:45 +0200 Received: from andras.g.major by ip4e8b0e39.rubicom.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Aug 2011 21:12:45 +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 Eric, > > I've been away since my last post and now you've already applied a patch > > -- wow! Here's another thought though: change the behaviour of the :var > > header argument such that you can specify a range of rows, columns, or > > a rectangle just like in table references. > > This is already possible, see "Indexable variable values" [1]. Oh, sorry that I missed that. I'll try it with indexed variables then. Still the question arises why the syntax here is different from usual table indexing -- why can't I use something along the lines of ":var t=table(@II$2..@>$4)"? That would be really really nice. Would it be hard to implement? AndrĂ¡s