From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: Re: DSPAM noob-installation
Date: Mon, 15 Jan 2007 15:14:37 +0100 [thread overview]
Message-ID: <873b6cv0ky.fsf@tallis.lumiere.ens.fr> (raw)
In-Reply-To: <20070115121126.GB7328@skynet.ie> (Sergio Dominguez's message of "Mon\, 15 Jan 2007 12\:11\:26 +0000")
Sergio Dominguez <sergio@skynet.ie> 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
next prev parent reply other threads:[~2007-01-15 14:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-15 12:11 noob-installation Sergio Dominguez
2007-01-15 14:14 ` Bastien [this message]
2007-01-15 16:07 ` DSPAM noob-installation Sergio Dominguez
[not found] ` <b71b18520701150753i14af5203nba2ae7c87f434e3a@mail.gmail.com>
[not found] ` <20070115160302.GA12588@skynet.ie>
2007-01-15 16:23 ` noob-installation Eddward DeVilla
2007-01-15 16:30 ` noob-installation Carsten Dominik
2007-01-15 16:58 ` noob-installation Sergio Dominguez
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=873b6cv0ky.fsf@tallis.lumiere.ens.fr \
--to=bzg@altern.org \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.