From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Compile new Org, help needed Date: Thu, 11 Jun 2009 22:04:03 +0200 Message-ID: <87hbym5yh8.fsf@kassiopeya.MSHEIMNETZ> References: 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 1MEqRc-0007My-14 for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 16:00:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEqRX-0007LF-50 for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 16:00:15 -0400 Received: from [199.232.76.173] (port=60917 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEqRW-0007L2-Fa for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 16:00:10 -0400 Received: from mail.gmx.net ([213.165.64.20]:40765) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MEqRV-00029d-OT for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 16:00:10 -0400 In-Reply-To: (Nicolas Aggelidis's message of "Thu, 11 Jun 2009 22:44:05 +0300") 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: Nicolas Aggelidis Cc: emacs-orgmode@gnu.org Welcome Nicolas, Nicolas Aggelidis writes: > hi to all org-users! > > i am rather new to your community. > i am using org with emacs22 in windows vista64 for the last month and > it slowly "Changes the Way I Do Everything" (to imitate the upcoming > award!). > > I was wondering how i can compile the newer version of org, so that i > can enjoy the latest and greatest! 1.) Pull the git repo: http://orgmode.org/index.html#sec-3.2 2.) Follow the (straightforward) install instructions here: http://orgmode.org/manual/Installation.html#Installation 3.) If want that (I don't), compile the sources. I lately found the great compile feature in dired: a) `C-x d /path/to/org-mode/lisp/ RET' b) `C-n C-n' to have point on the first *.el file. c) Hold the `m' key, until all *.el files are marked (i.e. highlighted). d) Press `B' to compile all the marked files. Repeat the marking (c) and compiling (d) several times, until no error occurs anymore. Best regards Sebastian