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

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

[emacs-wiki-discuss] planner--muse--1.0


From: Sacha Chua
Subject: [emacs-wiki-discuss] planner--muse--1.0
Date: Tue, 05 Apr 2005 14:53:56 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Hello, everyone!

Brave/foolhardy people can check out a preliminary planner-muse
implementation with

tla get address@hidden/planner--muse--1.0

or

wget http://sacha.free.net.ph/notebook/emacs/planner-muse.tar.gz

Nothing is guaranteed to work, although I've managed to kludge mine into
making at least the following functions do something recognizable:

- planner-create-task-from-buffer
- planner-copy-or-move-task
- planner-delete-task
- planner-replan-task
- plan
- planner-goto-today
- remember

Don't use this on your real set of plans yet. =)

You'll need to set up your muse-projects-alist before using this,
as we don't do anything fancy with planner-directory and whatnot.
Here's what I use:

(setq muse-project-alist
      '(("WikiPlanner"
         ("~/notebook/muse/plans" :default "index" :major-mode planner-mode
          :visit-link planner-visit-link)
         (:base "html" :path "~/notebook/muse/html"))))

I don't even want to think about publishing yet. =)
-- 
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]