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

Re: [Orgmode] Installing on windows

2009-02-07 Thread Manish
On Sat, Feb 7, 2009 at 5:00 AM, Sebastian Rose wrote: > Chris McMahan 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-06 Thread Sebastian Rose
Chris McMahan 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 > ("D:/S

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. Curren

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 ("D:/Software/office/emacs/org-6.21b/org-6.21b/l

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 packag

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 he

Re: [Orgmode] Installing on windows

2009-02-06 Thread Saurabh Agrawal
On Fri, Feb 6, 2009 at 1:35 PM, Manish 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 "D:/Softwar

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

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-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 RET > >> > > >> > Will that unload variables that were previously loaded? I can see this > >> > being an issue, for example, if you've undeclared a

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 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. >> >>

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

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 o

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

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-

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 rep

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 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 qui

Re: [Orgmode] Installing on windows

2009-02-04 Thread Bill Raynor
As I mentioned, I was adding extra packages to Cygwin to get the makefile version to work. I added the compiler packages (gcc), cmake, and make. (just to make sure). That seemed to be what I need, as the "make, make-install, & make install-info" chant now works and I have a working version of 6.21

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, 2

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

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 wrote: > I and many others would be grateful for a detailed step-by-step tutorial on > installing org-mode on windows. The basic i

[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 updatin