planner-rss.el allows you to publish your notes in the RSS 2.0 XML format for blog syndication. You will also want to customize the following variables:
To manually add the current note to all the matching RSS feeds, invoke planner-rss-add-note. You can specify a filename with the universal prefix, like this: C-u M-x planner-rss-add-note.
If you use the remember-planner.el module to create notes, you can automatically publish new notes to RSS feeds by adding the following code to your .emacs (or _emacs).
(add-to-list 'remember-planner-append-hook 'planner-rss-add-note t)
Base absolute URL for published blog entries. Should include trailing ‘/’.
Rules for automatic categorization of posts and publishing to RSS files. A blog entry is matched against each condition. If it matches the regular expression or the function returns a non-nil value, the blog entry is copied into the specified file.
A list of regular expressions that match feed filenames and the size and item limits for feeds that match. For example, you can use ‘(("." nil 10))’ to ensure that all feeds are limited to the 10 most recent items.
planner-rss.el defines the following interactive functions: