From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Re: Org-Mode in Windows Date: Sun, 25 Jan 2009 20:41:01 +0530 Message-ID: References: <497BD2E2.3080306@gmail.com> <497C7F06.7030208@gmail.com> 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 1LR6de-0003NI-Tn for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 10:11:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LR6dc-0003MY-Ot for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 10:11:06 -0500 Received: from [199.232.76.173] (port=48661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LR6dc-0003MS-GZ for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 10:11:04 -0500 Received: from ti-out-0910.google.com ([209.85.142.190]:11810) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LR6dc-0007nZ-09 for emacs-orgmode@gnu.org; Sun, 25 Jan 2009 10:11:04 -0500 Received: by ti-out-0910.google.com with SMTP id u5so3397152tia.10 for ; Sun, 25 Jan 2009 07:11:01 -0800 (PST) In-Reply-To: <497C7F06.7030208@gmail.com> 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: Manager Leader Cc: Org Mode List On Sun, Jan 25, 2009 at 8:32 PM, Manager Leader wrote: > Hi Manish, > > Thank you for your reply. > > I tried what you said: > (add-to-list 'load-path "C:/path/to/org-mode/lisp") > (require 'org-install) > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > (global-set-key "\C-ca" 'org-agenda) > > But I had to create a .emacs file (.emacs filename and no extension - not > sure if this is right). I placed 2 copies - 1 where runemacs.exe is located > (c:/emacs/bin) and another in c:/emacs - but it seems like there's no effect > on the behaviour of org-mode... So I think there's a problem with reading > the .emacs.. > > I have already set the path: C:\emacs\bin\ and Added environmental variables > HOME = c:\emacs\ How are you setting up the environment variable? I set it up a user variable under: 1. Windows Explorer 2. My Computer 3. (right click) 4. Properties 5. Advanced Tab 6. Environment Variables Do restart Emacs for this to take effect. You can load .emacs using "M-x laod-file " and navigating to the file as well while you resolve the issue. HTH -- Manish