From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: org-table-duplicate-column Date: Sun, 29 Sep 2013 21:56:38 +0200 Message-ID: <2013-09-29T21-49-38@devnull.Karl-Voit.at> References: <2013-09-29T10-33-04@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQN6x-0006OS-0K for emacs-orgmode@gnu.org; Sun, 29 Sep 2013 15:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQN6r-0006Ba-5D for emacs-orgmode@gnu.org; Sun, 29 Sep 2013 15:56:58 -0400 Received: from plane.gmane.org ([80.91.229.3]:50188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQN6q-0006BV-Tr for emacs-orgmode@gnu.org; Sun, 29 Sep 2013 15:56:53 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VQN6o-0002LZ-4g for emacs-orgmode@gnu.org; Sun, 29 Sep 2013 21:56:50 +0200 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Sep 2013 21:56:50 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Sep 2013 21:56:50 +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 * Michael Brand wrote: > Hi Karl Hi! > 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. Sure: | *Option* | *Evaluation 123* | *Evaluation 234* | |----------+------------------+------------------| | Option 1 | 27 | 26 | | Option 2 | 22 | 24 | | Option 3 | 16 | 16 | | Option 4 | 16 | 13.5 | | Option 5 | 8 | 9 | | Option 6 | 2 | 4 | |----------+------------------+------------------| | | 91 | 92.5 | #+TBLFM: @8$2=vsum(@I$2..@II$2)::@8$3=vsum(@I$3..@II$3) The third column is similar to the second. This is a very simple example with only one formula per column. Usually I end up with more formulas which I want to be duplicated as well. -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github