emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Upgrading org-mode (in W32)
@ 2008-07-25 15:40 Bill Raynor
       [not found] ` <3d6808890807250850v93aaeebv47b5b15638089b10@mail.gmail.com>
  2008-07-25 16:42 ` Carsten Dominik
  0 siblings, 2 replies; 6+ messages in thread
From: Bill Raynor @ 2008-07-25 15:40 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 508 bytes --]

Hello,
I just upgraded my emacs to the current W32 version (GNU Emacs 23.0.60.1)
which includes org-mode 6.05a. How do I upgrade org-mode when it is in the
...\emacs\lisp directory? In the past I have just created a new directory in
site-lisp and rewrote my .emacs file to point to the new one. Do I just
unpack in the existing directory and restart, or is there some other magic?

I'm on windows XP on a corporate machine, so incantations like "make
install" at the command line don't usually work.

Thanks

[-- Attachment #1.2: Type: text/html, Size: 603 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Upgrading org-mode (in W32)
       [not found] ` <3d6808890807250850v93aaeebv47b5b15638089b10@mail.gmail.com>
@ 2008-07-25 16:01   ` Bill Raynor
  0 siblings, 0 replies; 6+ messages in thread
From: Bill Raynor @ 2008-07-25 16:01 UTC (permalink / raw)
  To: Tim O'Callaghan; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1323 bytes --]

I got the new version of W32 emacs from
http://ourcomments.org/Emacs/EmacsW32.html and the new version of org-mode
from http://orgmode.org. The new version of emacs has a problem with
alt-tab, but I haven't rebooted yet to see if that goes away. (the cure for
many strange windows problems!)

On Fri, Jul 25, 2008 at 10:50 AM, Tim O'Callaghan <tim.ocallaghan@gmail.com>
wrote:

> Hi,
>
> where did you download that from? I'd be interested in a newer version of
> emacs too...
>
> regards,
>
> Tim.
>
> 2008/7/25 Bill Raynor <braynor3500@gmail.com>
>
>> Hello,
>> I just upgraded my emacs to the current W32 version (GNU Emacs 23.0.60.1)
>> which includes org-mode 6.05a. How do I upgrade org-mode when it is in the
>> ...\emacs\lisp directory? In the past I have just created a new directory in
>> site-lisp and rewrote my .emacs file to point to the new one. Do I just
>> unpack in the existing directory and restart, or is there some other magic?
>>
>> I'm on windows XP on a corporate machine, so incantations like "make
>> install" at the command line don't usually work.
>>
>> Thanks
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>>
>

[-- Attachment #1.2: Type: text/html, Size: 2258 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Upgrading org-mode (in W32)
  2008-07-25 15:40 Bill Raynor
       [not found] ` <3d6808890807250850v93aaeebv47b5b15638089b10@mail.gmail.com>
@ 2008-07-25 16:42 ` Carsten Dominik
  1 sibling, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2008-07-25 16:42 UTC (permalink / raw)
  To: Bill Raynor; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 753 bytes --]


On Jul 25, 2008, at 8:40 AM, Bill Raynor wrote:

> Hello,
> I just upgraded my emacs to the current W32 version (GNU Emacs  
> 23.0.60.1) which includes org-mode 6.05a. How do I upgrade org-mode  
> when it is in the ...\emacs\lisp directory? In the past I have just  
> created a new directory in site-lisp and rewrote my .emacs file to  
> point to the new one. Do I just unpack in the existing directory and  
> restart, or is there some other magic?

I would not recommend overwriting org in the default directories.  I  
would alway just run it from the distribution directory.  All you need  
to do then is to add the path to this directory, and to make sure that  
Emacs looks at the new directory before checking its own directories.

- Carsten

[-- Attachment #1.2: Type: text/html, Size: 1057 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Upgrading org-mode (in W32)
@ 2008-07-25 19:58 charles snyder
  2008-07-25 20:03 ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: charles snyder @ 2008-07-25 19:58 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 754 bytes --]

Hi

For those few who are not yet very emacs savvy -- in follow up to the
original post:

on my windows xp (work machine)GNU Emacs 23.0.60.1 (included is 5.23 org
mode)

1. I downloaded and unzipped org-6.06a to

"c:/Documents and Settings/csnyder/Desktop/Archive/orgmode/org-6.06a/"

2. I then added to the top of my .emacs file (I assume this is how you "make
sure that Emacs looks at the new directory before checking its own
directories"?:

(add-to-list 'load-path "c:/Documents and
Settings/csnyder/Desktop/Archive/orgmode/org-6.06a/");; latest orgmode

...I still get the old 5.23 version of orgmode, but no error messages...

Sorry to be so basic, but I like the org mode and would like be able to
update
when new features are added!

Thanks

CLS

[-- Attachment #1.2: Type: text/html, Size: 918 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: Upgrading org-mode (in W32)
  2008-07-25 19:58 Upgrading org-mode (in W32) charles snyder
@ 2008-07-25 20:03 ` Carsten Dominik
  2008-07-25 20:07   ` charles snyder
  0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2008-07-25 20:03 UTC (permalink / raw)
  To: charles snyder; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 724 bytes --]


On Jul 25, 2008, at 12:58 PM, charles snyder wrote:

> Hi
>
> For those few who are not yet very emacs savvy -- in follow up to  
> the original post:
>
> on my windows xp (work machine)GNU Emacs 23.0.60.1 (included is 5.23  
> org mode)
>
> 1. I downloaded and unzipped org-6.06a to
>
> "c:/Documents and Settings/csnyder/Desktop/Archive/orgmode/org-6.06a/"
>
> 2. I then added to the top of my .emacs file (I assume this is how  
> you "make
> sure that Emacs looks at the new directory before checking its own  
> directories"?:
>
> (add-to-list 'load-path "c:/Documents and
> Settings/csnyder/Desktop/Archive/orgmode/org-6.06a/");; latest orgmode

The load path needs to point to the "lisp/" sub directory.

- Carsten


[-- Attachment #1.2: Type: text/html, Size: 1052 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: Upgrading org-mode (in W32)
  2008-07-25 20:03 ` Carsten Dominik
@ 2008-07-25 20:07   ` charles snyder
  0 siblings, 0 replies; 6+ messages in thread
From: charles snyder @ 2008-07-25 20:07 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 832 bytes --]

On Fri, Jul 25, 2008 at 3:03 PM, Carsten Dominik <dominik@uva.nl> wrote:

>
> On Jul 25, 2008, at 12:58 PM, charles snyder wrote:
>
> Hi
>
> For those few who are not yet very emacs savvy -- in follow up to the
> original post:
>
> on my windows xp (work machine)GNU Emacs 23.0.60.1 (included is 5.23 org
> mode)
>
> 1. I downloaded and unzipped org-6.06a to
>
> "c:/Documents and Settings/csnyder/Desktop/Archive/orgmode/org-6.06a/"
>
> 2. I then added to the top of my .emacs file (I assume this is how you
> "make
> sure that Emacs looks at the new directory before checking its own
> directories"?:
>
> (add-to-list 'load-path "c:/Documents and
> Settings/csnyder/Desktop/Archive/orgmode/org-6.06a/");; latest orgmode
>
>
> The load path needs to point to the "lisp/" sub directory.
>
> - Carsten
>

Thanks! that fixed it.

cls

[-- Attachment #1.2: Type: text/html, Size: 1380 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-07-25 20:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-25 19:58 Upgrading org-mode (in W32) charles snyder
2008-07-25 20:03 ` Carsten Dominik
2008-07-25 20:07   ` charles snyder
  -- strict thread matches above, loose matches on Subject: below --
2008-07-25 15:40 Bill Raynor
     [not found] ` <3d6808890807250850v93aaeebv47b5b15638089b10@mail.gmail.com>
2008-07-25 16:01   ` Bill Raynor
2008-07-25 16:42 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).