From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Basic question re. spreadsheet function Date: Thu, 09 Jan 2014 09:04:52 -0500 Message-ID: <87bnzl5jzv.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1GEf-0003Q8-Bl for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 09:05:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1GEZ-0007x7-9Q for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 09:05:25 -0500 Received: from plane.gmane.org ([80.91.229.3]:47076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1GEZ-0007wg-4B for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 09:05:19 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W1GET-0007nn-2e for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 15:05:13 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jan 2014 15:05:13 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jan 2014 15:05:13 +0100 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 Steve Dowe writes: > I have consulted > http://orgmode.org/manual/Formula-syntax-for-Calc.html#Formula-syntax-for-Calc > but it contains a dead link > (http://orgmode.org/calc/Logical-Operations.html# Logical-Operations) > - making it harder to RTFM :-) > Until those are fixed, you can consult the org-mode manual on your own machine using emacs Info: C-h i should get you to the initial page and you can drill down. But Info offers search as well and it's integrated with emacs so e.g. if you evaluate this form in emacs, you'll get to the appropriate section: (info "(org) Formula syntax for Calc") You can then follow the links to the calc documentation. -- Nick