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

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

[emacs-wiki-discuss] Re: Planner Feature : Publishing Calendars


From: René
Subject: [emacs-wiki-discuss] Re: Planner Feature : Publishing Calendars
Date: Tue, 14 Mar 2006 08:39:15 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Christian Clercin <Christian.Clercin <at> univ-lille1.fr> writes:

> question about the snippet (6.8.1) for publishing calendars in day pages .
> I put the example code in my .xemacs/init.el file
> 
>      (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)))
> 
> After un exit I came back in Xemacs whith my plan file, did change to
> publish again.
> At the moment of C-c C-P ing the pages, I got that error :

Just redefining planner-calendar-html-tag-marker would do the trick.

  (require 'planner-calendar)
  (setq planner-calendar-html-tag-marker "<div id=\"content\">")
  (eval-after-load "muse-publish" ...)

--
René





reply via email to

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