This should stop planner-cyclic from going too nuts when it's called
from a page that's being published...

--- orig/planner-cyclic.el
+++ mod/planner-cyclic.el
@@ -117,6 +117,7 @@
   (interactive)
   (when (and (planner-derived-mode-p 'planner-mode)
              (planner-page-name)
+             (not muse-publishing-p)
              (string-match planner-date-regexp (planner-page-name))
              (or (string< (planner-today) (planner-page-name))
                  (string= (planner-today) (planner-page-name))))

-- 
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