From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saurabh Agrawal Subject: Re: Installing on windows Date: Fri, 6 Feb 2009 12:45:11 +0530 Message-ID: <4c4575360902052315j47ac98d6sa38123512bf15eb3@mail.gmail.com> References: <4c4575360902041007x62c40765h165eef5cd8c1b1@mail.gmail.com> <4c4575360902042102r77098586r97bf039796626479@mail.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 1LVKvi-0004O1-Be for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 02:15:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVKvh-0004Np-MC for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 02:15:13 -0500 Received: from [199.232.76.173] (port=44012 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVKvh-0004Nm-HV for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 02:15:13 -0500 Received: from mail-fx0-f14.google.com ([209.85.220.14]:59871) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVKvh-00042b-2I for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 02:15:13 -0500 Received: by fxm7 with SMTP id 7so916244fxm.18 for ; Thu, 05 Feb 2009 23:15:11 -0800 (PST) In-Reply-To: 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: Manish Cc: emacs-orgmode@gnu.org > Can you mail the exact statement you used to add org-mode to .emacs > please? Sorry Manish, I was out. I added following to my .emacs: (add-to-list 'load-path "D:/Software/office/emacs/org-6.21b/org-6.21b") (require 'org-install) ;; The following lines are always needed. Choose your own keys. (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) (add-hook 'org-mode-hook 'turn-on-font-lock) ; Org buffers only (transient-mark-mode 1) I just changed the load path. I don't know if I had to change anything else. Regards, Saurabh. > >> >> >> Though, I would like to know if there is a way to re-load .emacs >> without restarting Emacs. > > M-x load-file RET RET > > Regards, > -- > Manish >