Chris McMahan <[EMAIL PROTECTED]> writes: > In using the newest (10 Aug) planner-muse with the planner-html output > format, I discovered that the links to the notes were being dropped on > publishing. > > I hacked this fix within planner-publish.el (diff output is > attached). > > Within the limited testing it went through, it seems to be working. > > I'm not a lisp programmer by any stretch. I'd welcome any > comments. Maybe there was a simple solution (like using another style > within planner) or a cleaner way of coding this. > > - Chris
The patch has been applied with minor modifications to place HTML markup as part of planner-html-markup-strings instead of inside the planner-publish-note-tag. The tag publishing routines should be free from html specific markup so that in the future, we can have planner specific latex publishing or such and have those over-loaded via planner-latex-markup-strings. You can also consider _customizing_ the planner-html-markup-strings variable to generate other HTML output of your choice! I ended up placing the details (timestamp, links) into its own div class="details" at the end of the note markup instead of after the title (I like the way how Sacha has her notes published). To be honest, I'm not really sure where it should go. I'm open to suggestions! :) You can find the patch on my planner-muse tree as the following: [EMAIL PROTECTED]/planner-muse--peter--1.0--patch-9 Thanks for the patch Chris! -Peter _______________________________________________ emacs-wiki-discuss mailing list emacs-wiki-discuss@nongnu.org http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss