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

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

[emacs-wiki-discuss] Re: stuck on you


From: Sacha Chua
Subject: [emacs-wiki-discuss] Re: stuck on you
Date: Thu, 10 Mar 2005 22:25:14 +0800
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Rino Mardo <address@hidden> writes:

> hello, i managed to install planner.el from debian woody and sacha's
> stable tarball. now i try to follow the emacswiki "Getting Started

It looks like the debian-woody version is the one getting loaded. As this
is _really_ ancient, you'll want to edit your ~/.emacs to load the stable
tarball instead.

If you unpacked sacha-stable in your home directory, try using this in
your ~/.emacs:

----------------------------------------------------------------
(add-to-list 'load-path "~/sacha-stable/emacs-wiki/")
(add-to-list 'load-path "~/sacha-stable/planner/")
(require 'planner)

;; Remember makes it easier to take notes
(add-to-list 'load-path "~/sacha-stable/remember/")
(setq remember-annotation-functions planner-annotation-functions)
(setq remember-handler-functions '(remember-planner-append))
(require 'remember-planner)

;; Some keyboard shortcuts. You can delete them if you want.
(global-unset-key (kbd "<f9>"))
(global-set-key (kbd "<f9> t") 'planner-create-task-from-buffer)
(global-set-key (kbd "<f9> r") 'remember)
(global-set-key (kbd "<f9> p") 'planner-goto-today)
(global-set-key (kbd "<f9> P") 'planner-goto)

;; Start the day
(plan)

-- 
Sacha Chua <address@hidden> - open source geekette
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C
interests: emacs, gnu/linux, personal information management, CS ed
sachac on irc.freenode.net#emacs . YM: sachachua83




reply via email to

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