emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Adam <ahcnz@ihug.co.nz>
Cc: Emacs-orgmode@gnu.org
Subject: Re: installing updating Org on other platform
Date: Fri, 16 Jul 2010 02:18:24 -0400	[thread overview]
Message-ID: <87oce8uez3.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <201007160732.51106.ahcnz@ihug.co.nz> (Adam's message of "Fri\, 16 Jul 2010 07\:32\:50 +1200")

Adam <ahcnz@ihug.co.nz> writes:

> If anyone is using Org-mode with Gnu Emacs on Win XP, then I would be grateful 
> for their comments. 
>
> Have just updated to Org version 6.36c.    While Org appears to work normally, 
> and version 6.36c is reported evaluating  org-version     And the recent 
> Footnotes sorting feature works. But I fear the update or installation is 
> somehow not proper. 
>
> My only suspicions for this are;  that publishing to HTML seems problematic, 
> and that there are no  .elc  files appearing where the org.el files are 
> located. 
>
> To install, I downloaded the 6.36c zip, and copied all and only the 
> /lisp/*.el  files into the folder ~/Emacs/Lisp/org. 
>
> I notice that in  .emacs  the entry 
> (add-to-list 'load-path "C:/emacs/lisp/org") 
>
> or as I first had it,
> (add-to-list 'load-path "C:/emacs/org-6.36c")
>
> neither have any effect.   It seems Emacs will find Org in ~/emacs/lisp/org no 
> matter what.  Only  (require 'org)  is present in my  .emacs  and then 
> some Org settings. 
>
> Any comments appreciated. 

Hi Adam,

At work I run org-mode from a git repository on Windows XP.  I never
compile my org-mode files anymore.

My git repository lives in ~/git/org-mode/ with the .el files in
~/git/org-mode/lisp

I have the following setup in my ~/.emacs

,----[ .emacs ]
| (add-to-list 'load-path (expand-file-name "~/git/org-mode/lisp"))
| (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode))
| (require 'org-install)
`----

Make sure your org-mode files are found first in your load-path so that
you load the version you want and not some other version provided by
Emacs.  Your load-path should point to the directory your .el files are
in.

I would just unzip the entire 6.36c zip file without moving anything
from their default locations and point your load-path at the lisp
subdirectory.

GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1
Org-mode version 6.36trans (release_6.36.630.gbca27)

HTH,
Bernt

      parent reply	other threads:[~2010-07-16  6:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-15 19:32 installing updating Org on other platform Adam
2010-07-15 20:16 ` John Hendy
2010-07-16  5:44   ` Adam
2010-07-16  6:18 ` Bernt Hansen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oce8uez3.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=Emacs-orgmode@gnu.org \
    --cc=ahcnz@ihug.co.nz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).