README 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. org-annotate-file.el --- Annotate a file with org syntax
  10. org-annotation-helper.el --- Call remember directly from Firefox/Opera
  11. org-bookmark.el --- Links to bookmarks
  12. org-browser-url.el --- Store links to webpages directly from Firefox/Opera
  13. org-choose.el --- Use TODO keywords to mark decision states
  14. org-collector.el --- Collect properties into tables
  15. org-contribdir.el --- Dummy file to mark the org contrib Lisp directory
  16. org-depend.el --- TODO dependencies for Org-mode
  17. org-elisp-symbol.el --- Org links to emacs-lisp symbols
  18. org-eval.el --- The <lisp> tag, adapted from Muse
  19. org-eval-light.el --- Evaluate in-buffer code on demand
  20. org-expiry.el --- Expiry mechanism for Org entries
  21. org-exp-bibtex.el --- Export citations to LaTeX and HTML
  22. org-export-generic.el --- Export framework for configurable backends
  23. org-git-link.el --- Provide org links to specific file version
  24. org-interactive-query.el --- Interactive modification of tags query
  25. org-invoice.el --- Help manage client invoices in OrgMode
  26. org-jira.el --- Add a jira:ticket protocol to Org
  27. org-mairix.el --- Hook mairix search into Org for different MUAs
  28. org-mac-iCal.el --- Imports events from iCal.app to the Emacs diary
  29. org-man.el --- Support for links to manpages in Org-mode
  30. org-mtags.el --- Support for some Muse-like tags in Org-mode
  31. org-panel.el --- Simple routines for us with bad memory
  32. org-R.el --- Computation using the R language
  33. org-registry.el --- A registry for Org links
  34. org2rem.el --- Convert org appointments into reminders
  35. org-screen.el --- Visit screen sessions through Org-mode links
  36. org-special-blocks.el --- Turn blocks into LaTeX envs and HTML divs
  37. org-track.el --- Keep up with Org development
  38. org-toc.el --- Table of contents for Org-mode buffer
  39. orgtbl-sqlinsert.el --- Convert Org-mode tables to SQL insertions.
  40. PACKAGES
  41. ========
  42. org-export-freemind --- exporting utilities from org-mode to freemind
  43. SCRIPTS (shell, bash, etc.)
  44. ===========================
  45. dir2org.zsh --- Org compatible fs structure output
  46. org2hpda --- Generate hipster pda style printouts from Org-mode
  47. ditaa.jar --- ASCII to PNG converter by Stathis Sideris, GPL