Re: [Orgmode] Installing on windows

2009-02-07 Thread Manish
On Sat, Feb 7, 2009 at 5:00 AM, Sebastian Rose wrote: Chris McMahan cmcma...@one.net writes: You were adding to the end of the load path, and emacs was using the first copy it came to (the one included in emacs). You could try something like this instead... (setq load-path-orig load-path)

Re: [Orgmode] Installing on windows

2009-02-07 Thread Manish
On Sat, Feb 7, 2009 at 4:49 AM, Tim O'Callaghan wrote: Obviously, I do not fully understand the initialization sequence for EmacsW32. Could someone using EmacsW32 throw some more light on a better procedure/technique to install Org-mode on it? Hi, I run the same installation of org in

Re: [Orgmode] Installing on windows

2009-02-06 Thread Saurabh Agrawal
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.

Re: [Orgmode] Installing on windows

2009-02-06 Thread Manish
On Fri, Feb 6, 2009 at 12:45 PM, Saurabh Agrawal wrote: 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) Please replace the line above

Re: [Orgmode] Installing on windows

2009-02-06 Thread Saurabh Agrawal
On Fri, Feb 6, 2009 at 1:35 PM, Manish mailtomanish.sha...@gmail.com wrote: On Fri, Feb 6, 2009 at 12:45 PM, Saurabh Agrawal wrote: 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

Re: [Orgmode] Installing on windows

2009-02-06 Thread Saurabh Agrawal
Then check Org version again please. It is still 6.16... :( Can you please mail me your complete .emacs, the location where you unzipped the org-mode package and what additional steps you took to install the package (like make etc.), if any? Hi Manish, thanks for all the help. Here is

Re: [Orgmode] Installing on windows

2009-02-06 Thread Manish
On Fri, Feb 6, 2009 at 6:37 PM, Saurabh Agrawal wrote: Then check Org version again please. It is still 6.16... :( Can you please mail me your complete .emacs, the location where you unzipped the org-mode package and what additional steps you took to install the package (like make etc.),

Re: [Orgmode] Installing on windows

2009-02-06 Thread Chris McMahan
You were adding to the end of the load path, and emacs was using the first copy it came to (the one included in emacs). You could try something like this instead... (setq load-path-orig load-path) (setq load-path (append (list

Re: [Orgmode] Installing on windows

2009-02-06 Thread Tim O'Callaghan
Obviously, I do not fully understand the initialization sequence for EmacsW32. Could someone using EmacsW32 throw some more light on a better procedure/technique to install Org-mode on it? Hi, I run the same installation of org in Xemacs Emacs on Windows+Cygwin Linux/Unix. Currently i

Re: [Orgmode] Installing on windows

2009-02-06 Thread Sebastian Rose
Chris McMahan cmcma...@one.net writes: You were adding to the end of the load path, and emacs was using the first copy it came to (the one included in emacs). You could try something like this instead... (setq load-path-orig load-path) (setq load-path (append (list

Re: [Orgmode] Installing on windows

2009-02-05 Thread Cameron Horsburgh
On Thu, Feb 05, 2009 at 01:23:52PM +0530, Manish wrote: On Thu, Feb 5, 2009 at 11:41 AM, Cameron Horsburgh wrote: [...] M-x load-file RET enter-path-to-.emacs RET Will that unload variables that were previously loaded? I can see this being an issue, for example, if you've undeclared

[Orgmode] Installing on windows

2009-02-04 Thread Bill Raynor
I and many others would be grateful for a detailed step-by-step tutorial on installing org-mode on windows. The basic instructions work just fine on, say, OS X (edit makefile, make and make install) but don't work on windows. Using emacs on windows is quite simple (download and install) but

Re: [Orgmode] Installing on windows

2009-02-04 Thread Saurabh Agrawal
Yup, I too second this request. I too would love to have such a tutorial to gain an idea of the same. Regards, Saurabh. On Wed, Feb 4, 2009 at 10:49 PM, Bill Raynor braynor3...@gmail.com wrote: I and many others would be grateful for a detailed step-by-step tutorial on installing org-mode on

Re: [Orgmode] Installing on windows

2009-02-04 Thread Manish
On Wed, Feb 4, 2009 at 10:49 PM, Bill Raynor wrote: I and many others would be grateful for a detailed step-by-step tutorial on installing org-mode on windows. The basic instructions work just fine on, say, OS X (edit makefile, make and make install) but don't work on windows. Using emacs on

Re: [Orgmode] Installing on windows

2009-02-04 Thread Saurabh Agrawal
Presently I have org-mode 6.16 installed, which came default with latest release of emacs win32. However, I just downloaded version 6.21b and tried to do as you said. However, org-version is still showing 6.16. Will we have to unlink earlier version somehow? Regards, Saurabh. On Wed, Feb 4,

Re: [Orgmode] Installing on windows

2009-02-04 Thread Charles Sebold
On 4 Feb 2009, Bill Raynor wrote: I and many others would be grateful for a detailed step-by-step tutorial on installing org-mode on windows. The basic instructions work just fine on, say, OS X (edit makefile, make and make install) but don't work on windows. Using emacs on windows is quite

Re: [Orgmode] Installing on windows

2009-02-04 Thread Manish
On Wed, Feb 4, 2009 at 11:37 PM, Saurabh Agrawal wrote: Presently I have org-mode 6.16 installed, which came default with latest release of emacs win32. However, I just downloaded version 6.21b and tried to do as you said. However, org-version is still showing 6.16. Did you reboot Emacs? --

Re: [Orgmode] Installing on windows

2009-02-04 Thread Saurabh Agrawal
Did you reboot Emacs? Yup, that I sure did... Though, I would like to know if there is a way to re-load .emacs without restarting Emacs. Regards, Saurabh. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Installing on windows

2009-02-04 Thread Manish
On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote: Did you reboot Emacs? Yup, that I sure did... Can you mail the exact statement you used to add org-mode to .emacs please? Though, I would like to know if there is a way to re-load .emacs without restarting Emacs. M-x load-file RET

Re: [Orgmode] Installing on windows

2009-02-04 Thread Cameron Horsburgh
On Thu, Feb 05, 2009 at 10:44:53AM +0530, Manish wrote: On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote: Did you reboot Emacs? Yup, that I sure did... Can you mail the exact statement you used to add org-mode to .emacs please? Though, I would like to know if there is a

Re: [Orgmode] Installing on windows

2009-02-04 Thread Manish
On Thu, Feb 5, 2009 at 10:48 AM, Cameron Horsburgh wrote: On Thu, Feb 05, 2009 at 10:44:53AM +0530, Manish wrote: On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote: Did you reboot Emacs? Yup, that I sure did... Can you mail the exact statement you used to add org-mode to .emacs

Re: [Orgmode] Installing on windows

2009-02-04 Thread Cameron Horsburgh
On Thu, Feb 05, 2009 at 11:00:19AM +0530, Manish wrote: On Thu, Feb 5, 2009 at 10:48 AM, Cameron Horsburgh wrote: On Thu, Feb 05, 2009 at 10:44:53AM +0530, Manish wrote: On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote: Did you reboot Emacs? Yup, that I sure did... Can

Re: [Orgmode] Installing on windows

2009-02-04 Thread Manish
On Thu, Feb 5, 2009 at 11:41 AM, Cameron Horsburgh wrote: [...] M-x load-file RET enter-path-to-.emacs RET Will that unload variables that were previously loaded? I can see this being an issue, for example, if you've undeclared a variable in .emacs in order to return to a default value.