From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: How to ignore horizontal lines in tables and references Date: Fri, 31 Jul 2009 11:10:41 -0400 Message-ID: <9482.1249053041@gamaville.dokosmarshall.org> References: <87iqh8x6nu.fsf@in-ulm.de> <87d47gx5qa.fsf@in-ulm.de> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWtmo-0006qk-06 for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 11:12:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWtmj-0006jJ-8w for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 11:12:45 -0400 Received: from [199.232.76.173] (port=43404 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWtmj-0006ix-2e for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 11:12:41 -0400 Received: from vms173017pub.verizon.net ([206.46.173.17]:45610) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWtmi-0003sF-PX for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 11:12:40 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KNN007LWJHSFAO3@vms173017.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 10:10:46 -0500 (CDT) In-reply-to: Message from Benjamin Andresen of "Fri, 31 Jul 2009 16:54:53 +0200." <87d47gx5qa.fsf@in-ulm.de> 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: Benjamin Andresen Cc: emacs-orgmode@gnu.org Benjamin Andresen wrote: > Hey, > > Benjamin Andresen writes: > > > | Attempt | Start | End | Success | Wait in Min | > > |---------+------------------------+------------------------+---------+-------------| > > | 1 | <2009-07-31 Fri 04:43> | <2009-07-31 Fri 04:44> | No | 1 | > > | 2 | <2009-07-31 Fri 04:45> | <2009-07-31 Fri 04:46> | No | 1 | > > | 3 | <2009-07-31 Fri 04:48> | <2009-07-31 Fri 04:49> | No | 1 | > > |---------+------------------------+------------------------+---------+-------------| > > | Results | | | 0% | 1 | > > #+TBLFM: $5='(ba/org-time-diff-min $2 $3)::@5$4='(ba/find "Yes" '(@2$4..@4$4))::@5$5=vmean(@2$5..@4$5);%.1f > > Of course a few minutes after sending the mail, I'm stumbling upon > one(?) answer: > Changing "@2$5..@4$5" to "@2$5..@-I$5" works. I'm not entirely sure I > completely understand the reason behind this, but it works for now. > Yes, that't correct: check section 3.5.1 of the manual. It would be nice to expand this section to contain both a more systematic description of the (fairly arcane) syntax (perhaps an itemized list would be easier to scan), as well as more examples - perhaps a cookbook collection. Someone have copious spare time on their hands? :-) Thanks, Nick