emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Installing on windows


From: Saurabh Agrawal
Subject: Re: [Orgmode] Installing on windows
Date: Fri, 6 Feb 2009 12:45:11 +0530

> 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 <enter-path-to-.emacs> RET
>
> Regards,
> --
> Manish
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]