William Case <[EMAIL PROTECTED]> writes:
>> To load the most recent org.el, always put it in the same location and
>> add this location to your load-path in ~/.emacs:
>>
>> (add-to-list 'load-path "~/elisp/testing/org/")
>>
>> Then doing a simple (require 'org-install) somewhere after this shoul
Hi Bastein;
Dumb lazy question:
On Wed, 2007-11-14 at 13:20 +, Bastien wrote:
> To load the most recent org.el, always put it in the same location and
> add this location to your load-path in ~/.emacs:
>
> (add-to-list 'load-path "~/elisp/testing/org/")
>
> Then doing a simple (require 'or
"Graham Smith" <[EMAIL PROTECTED]> writes:
> Having said that the lines in my .emac is slightly different.
>
> (Add-to-list 'load-path "C:\\Program Files\\EmacAddIns\\org-mode")
^
I guess this should come in lower-case, no?
(Very unlikely the erro comes from this though, this should return an
Bastien,
Thanks but that is roughly what I "think" I was doing and didn't work.
I have a directory called "emacsaddins" with a subdirectory called
"Orgmode".
Together with lines in .emacs to load and require orgmode from that
directory.
In the past I have just overwritten the contents of the "O
Hi Graham,
"Graham Smith" <[EMAIL PROTECTED]> writes:
> I am returning to emacs after a brief try out some time ago. As Org-mode
> is now part of the distribution I'm no longer too sure how to update
> it. Before I had a folder for Org-mode that my .emacs file pointed to
> and I just copied all t