logo       

Re: Re: tla muse and Planner Publishing: msg#00035

emacs.planner.general

Subject: Re: Re: tla muse and Planner Publishing

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)

Attachment: pgp8dhapuBU86.pgp
Description: PGP signature

_______________________________________________
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>
Google Custom Search

News | FAQ | advertise