From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: [PATCH] Lookup functions for tables Date: Fri, 21 Sep 2012 08:44:19 +0300 Message-ID: <87392cexqk.fsf@syk.fi> References: <87392e557q.fsf@syk.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEw2S-00032Y-B9 for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 01:44:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEw2R-0002zV-CQ for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 01:44:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:60052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEw2R-0002zJ-6H for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 01:44:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TEw2U-0001wZ-8G for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 07:44:34 +0200 Received: from host-137-163-18-130.edu.hel.fi ([137.163.18.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Sep 2012 07:44:34 +0200 Received: from jarmo.hurri by host-137-163-18-130.edu.hel.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Sep 2012 07:44:34 +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 >> --- a/doc/org.texi >> +++ b/doc/org.texi >> @@ -2399,6 +2399,7 @@ formula, moving these references by arrow keys >> * Formula syntax for Lisp:: Writing formulas in Emacs Lisp >> * Durations and time values:: How to compute durations and time values >> * Field and range formulas:: Formula for specific (ranges of) fields >> +* Lookup functions:: Lookup functions for searching tables >> * Column formulas:: Formulas valid for an entire column >> * Editing and debugging formulas:: Fixing formulas >> * Updating the table:: Recomputing all dependent fields >> @@ -2729,7 +2730,7 @@ example above). > > In my opinion “Field and range formulas” and “Column formulas” should > stay together, so I suggest > > * Field and range formulas:: Formula for specific (ranges of) fields > * Column formulas:: Formulas valid for an entire column > +* Lookup functions:: Lookup functions for searching tables > > for the menu and the corresponding move for the texinfo subsection. Ok. I guess this also means changing the (next,prev,up) parts of @node-commands. Do you want me to make the change and submit a new patch? -- Jarmo