README 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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:
  7. LISP (emacs-lisp code)
  8. ======================
  9. htmlize.el --- Convert buffer text and decorations to HTML
  10. org2rem.el --- Convert org appointments into reminders
  11. org-annotate-file.el --- Annotate a file with org syntax
  12. org-bookmark.el --- Links to bookmarks
  13. org-checklist.el --- org functions for checklist handling
  14. org-choose.el --- Use TODO keywords to mark decision states
  15. org-collector.el --- Collect properties into tables
  16. org-contribdir.el --- Dummy file to mark the org contrib Lisp directory
  17. org-depend.el --- TODO dependencies for Org-mode
  18. org-drill.el --- Self-testing with org-learn
  19. org-depend.el --- TODO dependencies for Org-mode
  20. org-elisp-symbol.el --- Org links to emacs-lisp symbols
  21. org-eval.el --- The <lisp> tag, adapted from Muse
  22. org-eval-light.el --- Evaluate in-buffer code on demand
  23. org-exp-bibtex.el --- Export citations to LaTeX and HTML
  24. org-expiry.el --- Expiry mechanism for Org entries
  25. org-export-generic.el --- Export framework for configurable backends
  26. org-git-link.el --- Provide org links to specific file version
  27. org-interactive-query.el --- Interactive modification of tags query
  28. org-invoice.el --- Help manage client invoices in OrgMode
  29. org-jira.el --- Add a jira:ticket protocol to Org
  30. org-learn.el --- SuperMemo's incremental learning algorithm
  31. org-mac-iCal.el --- Imports events from iCal.app to the Emacs diary
  32. org-mac-link-grabber.el --- Grab links and URLs from various Mac applications
  33. org-mairix.el --- Hook mairix search into Org for different MUAs
  34. org-man.el --- Support for links to manpages in Org-mode
  35. org-mime.el --- org html export for text/html MIME emails
  36. org-mtags.el --- Support for some Muse-like tags in Org-mode
  37. org-panel.el --- Simple routines for us with bad memory
  38. org-registry.el --- A registry for Org links
  39. org-screen.el --- Visit screen sessions through Org-mode links
  40. org-secretary.el --- Team management with org-mode
  41. org-special-blocks.el --- Turn blocks into LaTeX envs and HTML divs
  42. orgtbl-sqlinsert.el --- Convert Org-mode tables to SQL insertions
  43. org-toc.el --- Table of contents for Org-mode buffer
  44. org-track.el --- Keep up with Org development
  45. org-velocity.el --- something like Notational Velocity for Org
  46. org-wikinodes --- CamelCase wiki-like links for Org
  47. PACKAGES
  48. ========
  49. SCRIPTS (shell, bash, etc.)
  50. ===========================
  51. dir2org.zsh --- Org compatible fs structure output
  52. org2hpda --- Generate hipster pda style printouts from Org-mode
  53. ditaa.jar --- ASCII to PNG converter by Stathis Sideris, GPL