README 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. This directory contains add-ons to Org-mode.
  2. These contributions are not part of GNU Emacs or of the official Org-mode
  3. package. But the git repository for Org-mode is glad to provide useful way
  4. to distribute and develop them as long as they are distributed under a free
  5. software license.
  6. Please put your contribution in one of these three directories: lisp/,
  7. packages/, scripts/.
  8. LISP (emacs-lisp code)
  9. ======================
  10. This directory contains emacs-lisp code.
  11. org-annotate-file.el --- Annotate a file with org syntax
  12. org2rem.el --- Convert org appointments into reminders
  13. org-bibtex.el --- Org links to BibTeX entries
  14. org-depend.el --- TODO dependencies for Org-mode
  15. org-elisp-symbol.el --- Org links to emacs-lisp symbols
  16. org-expiry.el --- expiry mechanism for Org entries
  17. org-irc.el --- Store links to IRC sessions.
  18. org-iswitchb.el --- use iswitchb to select Org buffer
  19. org-man.el --- Support for links to manpages in Org-mode
  20. org-panel.el --- Simple routines for us with bad memory
  21. org-registry.el --- a registry for Org links
  22. org-toc.el --- Table of contents for Org-mode buffer
  23. org-mairix.el --- Hook mairix search into Org for different MUAs
  24. PACKAGES
  25. ========
  26. org-export-freemind --- exporting utilities from org-mode to freemind
  27. SCRIPTS (shell, bash, etc.)
  28. ===========================