On 20 Oct 2006, [EMAIL PROTECTED] wrote: > Ah, I missed that one. I've checked in a fix for that now.
Thank, it didn't work. However, after looking through the values in
planner-publish-markup-tags, I got it working by adding an additional
nil to the calendar line, thus instead of:
,----[ Original Lines from planner-calendar.el ]
| (if (featurep 'muse-nested-lists)
| (add-to-list 'planner-publish-markup-tags
| '("calendar" nil t nil planner-publish-calendar-tag)
| t)
| (add-to-list 'planner-publish-markup-tags
| '("calendar" nil t planner-publish-calendar-tag)
| t))
`----
I now have:
,----[ Modified Lines from planner-calendar.el ]
| (if (featurep 'muse-nested-lists)
| (add-to-list 'planner-publish-markup-tags
| '("calendar" nil t nil planner-publish-calendar-tag)
| t)
| (add-to-list 'planner-publish-markup-tags
| '("calendar" nil t nil planner-publish-calendar-tag)
| t))
`----
The question is why do we have to add it twice to the list for it to
work (I am not a lisp programmer)?
>> Also, the "notes" publishing infinite loop as reported by this
>> thread:
>>
>> http://www.nabble.com/Cannot-publish-notes-t2220159.html
>
> I've never been able to replicate that, strangely.
I am not sure how to debug this problem since it freezes my Emacs. :-(
Thanks.
Charles
--
"sic transit discus mundi"
(From the System Administrator's Guide, by Lars Wirzenius)
pgpW4MG81V2G5.pgp
Description: PGP signature
_______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
