| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 | The project-----------This is an extension to emacs Org Mode [1] to export into FreeMind[2], two very valuable productivity tools.This code is donated to both porjects and is distributable under anyof the copyright notices of these.Current status of the code is alpha: use it at your ownrisk. Nonetheless I'm happy to support user of this code as far as Ican.Install-------Before use this code please verify you have Org Mode correctlyinstalled in your emacs.Installation:copy all *.el files into the org installation directory.add the following line to your .emacs(require 'org-export-freemind-install) This will define the following functions:org-export-as-freemind: export current buffer into a freemind filewith the same name, placed in the XOXO publishing directoryorg-export-as-freemind-agenda-files: export all agenda files intoseparate freemind files, placed on the XOXO publishing directoryorg-export-as-freemind-agenda-files-one-file: export all agenda filesinto a single freemind filealso the following variables are setorg-freemind-icons-alist: an alist which associates regexp withfreemind builtin iconsorg-freemind-cloud-alist: an alist which associates regexp withfreemind cloud colors (rrggbb hex notation)Todos------ try to export html parts[1] http://staff.science.uva.nl/~dominik/Tools/org/[2] http://freemind.sourceforge.net/wiki/index.php/Main_Page
 |