Last edit
Changed:
< * http://suchang.net/code/emacs-wiki-journal-latest.el.tar.gz.
to
> * https://github.com/lalawue/emacs-wiki-journal
Emacs Wiki Journal provides a journal environment based on EmacsWikiMode, supports RSS, calendar and archive links since it groups entries by month. It is a modified version from Yamagata Yoriyuki’s emacs-wiki-journal.
Get the latest version from here:
Uncompress it, change its name to emacs-wiki-journal.el and move it to your load-path, and add the following to your .emacs:
(require 'emacs-wiki-journal)
After that, just type ‘M-x emacs-wiki-journal-add-entry’ to begin your journal. It’s very easy to use.
If you want to add calendar and achive links to your published file’s sidebar, please edit your journal’s ‘emacs-wiki-publishing-header’ (or ‘emacs-wiki-purlishing-footer’), add the appropriate function. For more information, see the commentary in the file itself.
Here are my emacs-wiki and emacs-wiki-journal config files to use as examples:
I also maintain a Chinese page dedicated to EmacsWikiJournal. If you have any problem or suggestion, contact me at suchaaa at gmail dot com.