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:17:40 +0530 Message-ID: References: <2E0572CF-0BA7-49F9-8F71-17017D9CD1F3@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 1JfeDn-0002BZ-Lj for emacs-orgmode@gnu.org; Sat, 29 Mar 2008 12:47:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfeDl-0002BN-96 for emacs-orgmode@gnu.org; Sat, 29 Mar 2008 12:47:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfeDl-0002BK-3y for emacs-orgmode@gnu.org; Sat, 29 Mar 2008 12:47:57 -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 1JfeDk-0006jX-Im for emacs-orgmode@gnu.org; Sat, 29 Mar 2008 12:47:56 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JfeDf-00027L-N2 for emacs-orgmode@gnu.org; Sat, 29 Mar 2008 16:47:51 +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:47:51 +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:47:51 +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: > Hi, > [...] > If you are running Org-mode from the GIT repository, here are the > mandatory changes you need to make after the next pull: All I have to do is make a git pull and follow the instructions below, right? [sivaram@/cygdrive/c/gnu/elisp/org-mode] $ git pull Updating e16c143..828352a Makefile: needs update Fast forward ChangeLog | 51 +- ... create mode 100644 lisp/org.el delete mode 100644 org.el The makefile was edited to make EMACS var point to the Win32 Emacs, that's all. > > - Run make to compile all the lisp files. If you do not want to [...] > ONLY IF YOU ARE USING THE INFO DOCUMENTATION: > > The info file "org" will now be locate in the "doc" subdirectory, > so you may need to change your info setup to make sure it finds > the file. Also the "dir" file which contains the info directory entry > for Org is now in that directory. > [...] sivaram --