Add nested tag support in way that doesn't break with Muse 3.02
commitaebaf8d94796ffabc00c4ab92b1e19e04f04a038
authorMichael Olson <mwolson@gnu.org>
Mon, 16 Oct 2006 22:14:40 +0000 (16 22:14 +0000)
committerMichael Olson <mwolson@gnu.org>
Mon, 16 Oct 2006 22:14:40 +0000 (16 22:14 +0000)
tree58746731a255df73641e24f0e9b9323ee10218a1
parentb45ad6322ec4f88cbf8e08b7baffbc3447761232
Add nested tag support in way that doesn't break with Muse 3.02

2006-10-16  Michael Olson  <mwolson@gnu.org>

* planner-authz.el (planner-authz-markup-tags): Adapt for nested
tag support.

* planner-notes-index.el: Use add-hook instead of add-to-list, in
case muse-publish has not been loaded yet.  Use
muse-publish-markup-tags instead of planner-markup-tags.

* planner-publish.el (planner-publish-markup-tags): Adapt for
nested tag support.  Make the <nested-section> tag nestable.

* planner-timeclock.el: Use add-hook instead of add-to-list, in
case muse-publish has not been loaded yet.  Use
muse-publish-markup-tags and muse-colors-markup-tags instead of
planner-markup-tags.
(planner-colors-timeclock-report-tag)
(planner-publish-timeclock-report-tag): New functions created from
planner-timeclock-report-tag.

git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-88
ChangeLog
planner-authz.el
planner-notes-index.el
planner-publish.el
planner-timeclock.el