From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: org-table-duplicate-column Date: Sun, 29 Sep 2013 11:42:12 +0200 Message-ID: References: <2013-09-29T10-33-04@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQDW3-0000u4-WD for emacs-orgmode@gnu.org; Sun, 29 Sep 2013 05:42:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQDW2-0003yw-V3 for emacs-orgmode@gnu.org; Sun, 29 Sep 2013 05:42:15 -0400 Received: from mail-lb0-x229.google.com ([2a00:1450:4010:c04::229]:56469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQDW2-0003yd-NU for emacs-orgmode@gnu.org; Sun, 29 Sep 2013 05:42:14 -0400 Received: by mail-lb0-f169.google.com with SMTP id z5so3537764lbh.14 for ; Sun, 29 Sep 2013 02:42:12 -0700 (PDT) In-Reply-To: <2013-09-29T10-33-04@devnull.Karl-Voit.at> 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: news1142@karl-voit.at Cc: Org Mode Hi Karl On Sun, Sep 29, 2013 at 10:35 AM, Karl Voit wrote: > I often end up creating a table where I do the header and the outer > leftmost column. Then I start by creating the second column with > formulas. In many cases, the following columns are like the previous > one but with, e.g., $3 instead of $2 in all formulas. If you are not looking for range formulas | | a | b | |------+---+---| | 2014 | x | x | | 2015 | x | x | #+TBLFM: @<<$<<..@>$> = x an example would help me to understand. Michael