|
Re: Re: tla muse and Planner Publishing: msg#00035emacs.planner.general
On 20 Oct 2006, mwolson@xxxxxxx 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)
Planner-el-discuss mailing list Planner-el-discuss@xxxxxxx https://mail.gna.org/listinfo/planner-el-discuss |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: tla muse and Planner Publishing: 00035, Michael Olson |
|---|---|
| Next by Date: | Re: tla muse and Planner Publishing: 00035, Michael Olson |
| Previous by Thread: | Re: tla muse and Planner Publishingi: 00035, Michael Olson |
| Next by Thread: | Re: tla muse and Planner Publishing: 00035, Michael Olson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |