From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: [PATCH] org version under Windows 7 Date: Thu, 12 Jul 2012 13:24:34 +0000 (UTC) Message-ID: References: <1342018996.75825.YahooMailNeo@web29804.mail.ird.yahoo.com> <87ehoiyz07.fsf@Rainer.invalid> <87k3yakq0p.fsf@gnu.org> <87629uyp6d.fsf@Rainer.invalid> <1342081850.5646.YahooMailNeo@web29802.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpJO4-0005w0-HK for emacs-orgmode@gnu.org; Thu, 12 Jul 2012 09:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpJNv-0003Kz-EH for emacs-orgmode@gnu.org; Thu, 12 Jul 2012 09:24:56 -0400 Received: from plane.gmane.org ([80.91.229.3]:33955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpJNv-0003Kp-7M for emacs-orgmode@gnu.org; Thu, 12 Jul 2012 09:24:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SpJNt-0002ze-Ut for emacs-orgmode@gnu.org; Thu, 12 Jul 2012 15:24:46 +0200 Received: from 217.10.60.85 ([217.10.60.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jul 2012 15:24:45 +0200 Received: from Stromeko by 217.10.60.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jul 2012 15:24:45 +0200 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 Giovanni Ridolfi yahoo.it> writes: > that does not work.  )-: Instead of doing what is said in the document you keep inventing your own invocations. Why not simply follow the instructions? Hint: "org" is not the same as "..", so substituting one for the other isn't going to work. You have to cd into the directory where org is installed (just like you would have to if you were to run make), I'll make this more explicit. So for the apparent location of org from your last post you'd do: c:\Users\me> cd org c:\Users\me\org> c:\users\me\programs\emacs\bin\emacs.exe -Q -L lisp -l ../UTILITIES/org-fixup Since you are obviously not comfortable working at a shell prompt, why not use Emacs-24 und install org from ELPA? Regards, Achim.