emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DSPAM [Orgmode] noob-installation


From: Bastien
Subject: Re: DSPAM [Orgmode] noob-installation
Date: Mon, 15 Jan 2007 15:14:37 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux)

Sergio Dominguez <address@hidden> writes:

> However, I do not get to make it start, I have followed all the steps
> in the manual and keep on getting:
>
> Symbol's value as variable is void: 'org-install.

1. Make sure you add the directory containing org to the load-path.
   For example, my org directory is "~/elisp/testing/org/", so the
   load-path is :

   (add-to-list 'load-path "~/elisp/testing/org/")

2. Make sure Org-Mode is called when finding any .org file:

   (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))

3. Then require the org-install library: 

   (require 'org-install)

Hope this helps,

-- 
Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]