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

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

[emacs-wiki-discuss] Cannot get calendar to be published


From: Adrian Tritschler
Subject: [emacs-wiki-discuss] Cannot get calendar to be published
Date: Wed, 5 Apr 2006 13:14:33 +1000

Ever since I migrated from emacs-wiki to muse I have been unable to get my calendar to work.  I'm using XEmacs, and a daily updated muse-rel and planner-muse.

The following is in my init-planner.el, but it doesn't result in a calendar appearing.

(require 'planner-calendar)
(eval-after-load "muse-publish"
  '(progn
    (add-hook 'muse-before-publish-hook
          'planner-calendar-insert-calendar-maybe nil t)
    (add-hook 'muse-after-publish-hook
          'planner-calendar-create-today-link t t)
    (add-hook 'muse-after-publish-hook
          'planner-calendar-move-calendar-to-top-of-page-maybe
          t t)))


thanks for any suggestions.

 Adrian


reply via email to

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