From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Bellani Subject: Unit test table Date: Thu, 4 Feb 2016 08:48:24 -0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRHSc-000291-Ea for emacs-orgmode@gnu.org; Thu, 04 Feb 2016 05:48:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRHSb-0004F9-EK for emacs-orgmode@gnu.org; Thu, 04 Feb 2016 05:48:26 -0500 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:38824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRHSb-0004Eq-76 for emacs-orgmode@gnu.org; Thu, 04 Feb 2016 05:48:25 -0500 Received: by mail-wm0-x22b.google.com with SMTP id p63so111012616wmp.1 for ; Thu, 04 Feb 2016 02:48:24 -0800 (PST) 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 Hey guys. I've posted this question in the irc-channel, but I had to leave before I could strike a conversation with the the nice volunteer who answered my question. I hope that email can preserve the conversation :) So, I have a table who's purpose is to demonstrate the working of different versions of the same code, perhaps in different languages. This is a working model: https://gist.github.com/ebellani/7c70d16f06076e4fc375 as you can see, there's repetition and the TBLFM is huge. Anyone has an idea of a better way to achieve similar results? Thanks. -- Eduardo Bellani