I am with GNU Emacs 23.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.12.1) of 2007-11-05 on elegiac, modified by Debian and up-to-date muse and planner code from the repositories.
Yesterday I started using planner-rss.el and found a bug -- tracked it down already. As we know, planner-rss creates an RSS2.0 feed from the notes within Planner. Therefore planner-rss writes the xml for the feed to a file -- one per RSS feed created. Below is a snippet taken from such xml file: ,----[ What planner-rss delivers as of now ] | <item> | <title><verbatim>DT: Software independence.</verbatim></title> | <link>/home/sa/.emacs_misc/planner/my_planner/public_rss/resource.software.html#1</link> | <guid>/home/sa/.emacs_misc/planner/my_planner/public_rss/resource.software.html#1</guid> | <description><![CDATA[<p>As for hardware, the software components used</p> `---- ,----[ What should be delivered ] | <item> | <title><verbatim>DT: Software independence.</verbatim></title> | <link>/home/sa/.emacs_misc/planner/my_planner/public_rss/resource.software.html#1</link> | <guid>/home/sa/.emacs_misc/planner/my_planner/public_rss/resource.software.html#1</guid> | <description><![CDATA[<p>As for hardware, the software components used</p> `---- As can be seen - "<" should be "<" and - ">" should be ">" _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
