emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] Re: Help please! trying to install diary


From: Jody Klymak
Subject: [emacs-wiki-discuss] Re: Help please! trying to install diary
Date: Tue, 22 Feb 2005 09:22:01 -0800
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (darwin)

Sharon Kimble <address@hidden> writes:

Great:

> I added this section to my .emacs and it works!
>
>> For remember, I have:
>> 
>> (require 'remember);
>> (require 'remember-planner)
>> (setq remember-handler-functions '(remember-planner-append))
>> (setq remember-annotation-functions planner-annotation-functions)
>
> So I next added this section to my .emacs, and I got this error message
> 'File error: "Cannot open load file", "remember"'.

Did you download remember?  It is a separate set of routines from
planner.  If you downloaded it, is it in your "load-path"? You need
something like:

(setq load-path (cons (expand-file-name
  "~/my-emacs-dir/planner") load-path))
(setq load-path (cons (expand-file-name
  "~/my-emacs-dir/remember") load-path))
(setq load-path (cons (expand-file-name
  "~/my-emacs-dir/emacs-wiki") load-path))

where "my-emacs-dir" is where you keep your emacs files...

Cheers,  Jody

-- 
Jody Klymak      http://opg1.ucsd.edu/~jklymak/
mailto:address@hidden   





reply via email to

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