From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: adding up decimal fractions in the spreadsheet Date: Mon, 29 Sep 2008 08:16:38 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kk8mZ-0005Xs-8C for emacs-orgmode@gnu.org; Sun, 28 Sep 2008 22:46:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kk8mY-0005XS-1b for emacs-orgmode@gnu.org; Sun, 28 Sep 2008 22:46:42 -0400 Received: from [199.232.76.173] (port=55638 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kk8mX-0005XL-Uk for emacs-orgmode@gnu.org; Sun, 28 Sep 2008 22:46:41 -0400 Received: from ti-out-0910.google.com ([209.85.142.189]:49012) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kk8mX-00039E-OH for emacs-orgmode@gnu.org; Sun, 28 Sep 2008 22:46:42 -0400 Received: by ti-out-0910.google.com with SMTP id u5so1671465tia.10 for ; Sun, 28 Sep 2008 19:46:38 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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: r.thiel@uni-jena.de Cc: emacs-orgmode On Sat, Sep 27, 2008 at 6:59 PM, Rainer Thiel wrote: > 2008/9/27 Manish : >> About not being sure how to access latest Org, FAQ at >> http://orgmode.org/worg/org-faq.php might help. > > Thank you, Manish. Is this lykely to work on a Windows machine with > cygwin installed, too? Yes, I use this on Cygwin. I just do not do `make install' and add `~/elisp/org-mode.git/lisp' and `~/elisp/org-mode.git/contrib/lisp' to the load path (for ~ to work I have HOME defined in Windows user environment variables.) Updating Org then boils down to: git pull && make clean && make && make doc. HTH, -- Manish