From 8ec96e4b3698325828ed746250b6e1a5919010f9 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 21 Oct 2006 01:40:50 +0000 Subject: [PATCH] Fix typo in last patch git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-90 --- planner-calendar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planner-calendar.el b/planner-calendar.el index 3e691c6..f7ba12b 100644 --- a/planner-calendar.el +++ b/planner-calendar.el @@ -376,7 +376,7 @@ support POSIX \"ln\"." (eval-after-load "planner-publish" '(progn - (if (featurep 'muse-nested-lists) + (if (featurep 'muse-nested-tags) (add-to-list 'planner-publish-markup-tags '("calendar" nil t nil planner-publish-calendar-tag) t) -- 2.11.4.GIT