From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Orgmode] Re: [Feature Request] Cross headings in tables Date: Sun, 29 May 2011 20:18:38 +0200 Message-ID: References: <87ocb96ebn.fsf@Rainer.invalid> <87eic4le49.fsf@Rainer.invalid> <87d3nwzo22.fsf@Rainer.invalid> <87ei7qxiuf.fsf@Rainer.invalid> <87wrlakxcv.fsf@Rainer.invalid> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQkZd-0001Wj-9D for emacs-orgmode@gnu.org; Sun, 29 May 2011 14:18:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQkZc-00043n-3x for emacs-orgmode@gnu.org; Sun, 29 May 2011 14:18:49 -0400 Received: from pony.ic.uva.nl ([145.18.40.181]:54559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQkZb-00043h-Se for emacs-orgmode@gnu.org; Sun, 29 May 2011 14:18:48 -0400 In-Reply-To: <87wrlakxcv.fsf@Rainer.invalid> 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: Achim Gratz , Lawrence Mitchell Cc: emacs-orgmode@gnu.org On 8.2.2011, at 22:52, Achim Gratz wrote: >=20 > If anybody wants to test the current state of affairs, I've just set = up > a fork repository to make it easier. Assuming you already have > orgmode.git cloned, do a >=20 > git remote add -t tableheadings remote-tableheadings = git://repo.or.cz/org-mode/org-tableheadings.git > git fetch remote-tableheadings tableheadings:local-tableheadings > git checkout local-tableheadings >=20 > to get it (change remote-tableheadings and local-tableheadings to suit > your naming conventions for remotes and local branches, respectively). > I will be _rebasing_ against master during development, so expect > history in this branch to be volatile. >=20 > As before, test cases and comments welcome. Hi Achim, hi Lawrence, this looks pretty good. One thing I found missing is that header lines should be exempted from column formulas being applied. This works for the headlines at the top of the table, but not in the middle. Try C-c C-c in the TBLFM line of: | aaa | bbb | ccc | ddd | |-----+-----+-----+-----| | ddd | eee | fff | 41 | | ddd | eee | fff | 41 | | ddd | eee | fff | 41 | |~~~~~+~~~~~+~~~~~+~~~~~| | ddd | | fff | ddd | |-----+-----+-----+-----| | ddd | eee | fff | 41 | | ddd | eee | fff | 41 | | xxx | yyy | zzz | 41 | #+TBLFM: $4=3D41 Also documentation in the manual is missing - one or two sentences in the right place should be enough. - Carsten