From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sivaram Neelakantan Subject: Re: New structure GIT repository Date: Sat, 29 Mar 2008 22:22:49 +0530 Message-ID: References: <2E0572CF-0BA7-49F9-8F71-17017D9CD1F3@science.uva.nl> <9853B260-720A-4C92-8EF7-5CE83D04D2EA@science.uva.nl> 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 1JfeIi-0005bW-Oi for emacs-orgmode@gnu.org; Sat, 29 Mar 2008 12:53:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfeIh-0005bC-PI for emacs-orgmode@gnu.org; Sat, 29 Mar 2008 12:53:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfeIh-0005b9-I1 for emacs-orgmode@gnu.org; Sat, 29 Mar 2008 12:53:03 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JfeIg-0007cb-Qi for emacs-orgmode@gnu.org; Sat, 29 Mar 2008 12:53:03 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JfeIa-0002N9-Im for emacs-orgmode@gnu.org; Sat, 29 Mar 2008 16:52:56 +0000 Received: from 122.167.59.112 ([122.167.59.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Mar 2008 16:52:56 +0000 Received: from nsivaram.net by 122.167.59.112 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Mar 2008 16:52:56 +0000 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 Carsten Dominik writes: > Excellent, thanks a lot! > > > Installing into site-lisp/org would definitely make sense, I have > not yet worked on the installation code, this is next..... > Presumably, one can also use the git downloaded lisp/ directory as-is (after calling make of course) to activate and use org mode? I prefer to use the git working copy (if it can be called that) folder as the location of the package instead of installing it before use. One minor bug report; Makefile does not generate the info file upon calling make. One has to run make info to generate it. Can this default behaviour be changed to generate the info file upon calling make? [...] sivaram --