emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Re: Kludge fix for notes in planner-muse


From: Peter K . Lee
Subject: [emacs-wiki-discuss] Re: Kludge fix for notes in planner-muse
Date: Fri, 12 Aug 2005 15:33:32 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/22.0.50 (gnu/linux)

Chris McMahan <address@hidden> 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:

address@hidden/planner-muse--peter--1.0--patch-9

Thanks for the patch Chris!

-Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]