From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Subject: Table questions Date: Thu, 14 Dec 2006 10:19:16 -0600 Message-ID: <1oac1qih6j.fsf@bass.biostat.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gv6aD-0000NK-0I for emacs-orgmode@gnu.org; Fri, 15 Dec 2006 01:30:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gv6aB-0000KR-70 for emacs-orgmode@gnu.org; Fri, 15 Dec 2006 01:30:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gv6aA-0000K8-Tl for emacs-orgmode@gnu.org; Fri, 15 Dec 2006 01:30:10 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gv6aA-0004Fe-Oe for emacs-orgmode@gnu.org; Fri, 15 Dec 2006 01:30:10 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Gv6a2-00088q-Ir for emacs-orgmode@gnu.org; Fri, 15 Dec 2006 07:30:02 +0100 Received: from bass.biostat.umn.edu ([160.94.208.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Dec 2006 07:30:02 +0100 Received: from wuolong by bass.biostat.umn.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Dec 2006 07:30:02 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I recently started using org-mode and love its table feature. Here are some questions that I have: 1. In table calculation, how to refer to a cell in a different column and different row? Specifically, I want column 8 row 5 to be the ratio of column 7 row 5 and column 7 row 4. 2. I think the table minor mode would be a fantastic tool in editing tables in a LaTeX file. I wonder whether it is possible to let orgtbl recognize \begin{tabular}\end{tabular} and use & as column delimiter rather than | (also respect end of line \\)? Thanks, Michael