I'm looking for an application which can be used for outlining and quick note taking in form of a journal (i.e. date / time stamp automatically added etc.) in combination, which is usable on the Zaurus and any (Linux) PC and / or Mac.
The method I currently use isn't particularly glamorous, but it's straightforward. I simply write notes with a text editor, with extension ".note", and have set up syntax highlighting to display a line starting with '-- ' as a comment, and it also differentiates text between quotes as a string.
For example,
-- Fri 08/09/06
This is some text, e.g. a diary entry
I've set up my editor to automatically add the date line with a certain key press.
I've taken this all a step further as well as at work I make notes on my work, and then I use a perl script to look for all entries within the last week, and put those in a weekly report file.
I also use notes for personal use, using a directory hierarchy to store individual note items, with titles such as computer, finance, local, music, other, personal, etc. Then I can use 'find . | xargs grep <text>' to search for info.
pros: simple, can sync with a PC and edit files there, then sync back (I use unison)
cons: not very flashy.