README 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. The project
  2. -----------
  3. This is an extension to emacs Org Mode [1] to export into FreeMind
  4. [2], two very valuable productivity tools.
  5. This code is donated to both porjects and is distributable under any
  6. of the copyright notices of these.
  7. Current status of the code is alpha: use it at your own
  8. risk. Nonetheless I'm happy to support user of this code as far as I
  9. can.
  10. Install
  11. -------
  12. Before use this code please verify you have Org Mode correctly
  13. installed in your emacs.
  14. Installation:
  15. copy all *.el files into the org installation directory.
  16. add the following line to your .emacs
  17. (require 'org-export-freemind-install)
  18. This will define the following functions:
  19. org-export-as-freemind: export current buffer into a freemind file
  20. with the same name, placed in the XOXO publishing directory
  21. org-export-as-freemind-agenda-files: export all agenda files into
  22. separate freemind files, placed on the XOXO publishing directory
  23. org-export-as-freemind-agenda-files-one-file: export all agenda files
  24. into a single freemind file
  25. also the following variables are set
  26. org-freemind-icons-alist: an alist which associates regexp with
  27. freemind builtin icons
  28. org-freemind-cloud-alist: an alist which associates regexp with
  29. freemind cloud colors (rrggbb hex notation)
  30. Todos
  31. -----
  32. - try to export html parts
  33. [1] http://staff.science.uva.nl/~dominik/Tools/org/
  34. [2] http://freemind.sourceforge.net/wiki/index.php/Main_Page