Seth Falcon <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> - 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


_______________________________________________
emacs-wiki-discuss mailing list
emacs-wiki-discuss@nongnu.org
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to