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

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

[emacs-wiki-discuss] Re: planner-report not working for planner-muse


From: Sacha Chua
Subject: [emacs-wiki-discuss] Re: planner-report not working for planner-muse
Date: Sat, 29 Oct 2005 14:43:51 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Seth Falcon <address@hidden> writes:

Hello, Seth!

> planner-report appears to need some fixing to work with planner muse.
> Here are the variables and functions that I can see right away need a
> muse equivalent:

Thaks for taking care of this!

> planner-name-regexp           ?    perhaps not needed

Hmm. Wasn't planner-name-regexp just a regexp matching dates?

> emacs-wiki-wiki-base          ?    ???

planner-link-base

> emacs-wiki-get-title-fast     ?    perhaps not needed

This just scans the first N characters of a file for a #title
directive. Optional.

>     ;; Add only project pages, and skip other status reports
>     (unless (or (string-match planner-name-regexp (caar pages))
>                 (string-match "^StatusReport" (caar pages)))

(unless (or (string-match planner-date-regexp ...

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




reply via email to

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