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
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)
>>
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
> 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
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
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
>>>
>>> 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
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
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
> 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.
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
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.
>>
>>
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
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
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
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-
>
> 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
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?
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
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
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
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
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
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
24 matches
Mail list logo