README 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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 directories:
  7. LISP (emacs-lisp code)
  8. ======================
  9. htmlize.el --- Convert buffer text and decorations to HTML
  10. org-annotate-file.el --- Annotate a file with org syntax
  11. org-bibtex-extras.el --- Extras for working with org-bibtex entries
  12. org-bookmark.el --- Links to bookmarks
  13. org-bullets.el --- Show bullets in org-mode as UTF-8 characters
  14. org-checklist.el --- org functions for checklist handling
  15. org-choose.el --- Use TODO keywords to mark decision states
  16. org-collector.el --- Collect properties into tables
  17. org-contacts.el --- Contacts management
  18. org-contribdir.el --- Dummy file to mark the org contrib Lisp directory
  19. org-depend.el --- TODO dependencies for Org-mode
  20. org-drill.el --- Self-testing with org-learn
  21. org-element.el --- Parser and applications for Org syntax
  22. org-elisp-symbol.el --- Org links to emacs-lisp symbols
  23. org-eval-light.el --- Evaluate in-buffer code on demand
  24. org-eval.el --- The <lisp> tag, adapted from Muse
  25. org-expiry.el --- Expiry mechanism for Org entries
  26. org-export-generic.el --- Export framework for configurable backends
  27. org-git-link.el --- Provide org links to specific file version
  28. org-interactive-query.el --- Interactive modification of tags query
  29. org-invoice.el --- Help manage client invoices in OrgMode
  30. org-jira.el --- Add a jira:ticket protocol to Org
  31. org-learn.el --- SuperMemo's incremental learning algorithm
  32. org-mac-iCal.el --- Imports events from iCal.app to the Emacs diary
  33. org-mac-link-grabber.el --- Grab links and URLs from various Mac applications
  34. org-mairix.el --- Hook mairix search into Org for different MUAs
  35. org-man.el --- Support for links to manpages in Org-mode
  36. org-mime.el --- org html export for text/html MIME emails
  37. org-mtags.el --- Support for some Muse-like tags in Org-mode
  38. org-notify.el --- Notifications for Org-mode
  39. org-notmuch.el --- Support for links to notmuch messages
  40. org-panel.el --- Simple routines for us with bad memory
  41. org-registry.el --- A registry for Org links
  42. org-screen.el --- Visit screen sessions through Org-mode links
  43. org-secretary.el --- Team management with org-mode
  44. org-static-mathjax.el --- Muse-like tags in Org-mode
  45. org-sudoku.el --- Create and solve SUDOKU puzzles in Org tables
  46. org-toc.el --- Table of contents for Org-mode buffer
  47. org-track.el --- Keep up with Org development
  48. org-velocity.el --- something like Notational Velocity for Org
  49. org-wikinodes.el --- CamelCase wiki-like links for Org
  50. org2rem.el --- Convert org appointments into reminders
  51. orgtbl-sqlinsert.el --- Convert Org-mode tables to SQL insertions
  52. org-favtable.el --- Lookup table of favorite references and links
  53. org-mew.el --- Support for links to Mew messages
  54. org-vm.el --- Support for links to VM messages
  55. org-wl.el --- Support for links to Wanderlust messages
  56. org-w3m.el --- Support link/copy/paste from w3m to Org-mode
  57. org-colview-xemacs.el --- Column View in Org-mode, XEmacs-specific version
  58. ox-confluence.el --- Confluence Wiki Back-End for Org Export Engine
  59. ox-deck.el --- deck.js Presentation Back-End for Org Export Engine
  60. ox-groff.el --- Groff Back-End for Org Export Engine
  61. ox-koma-letter.el --- KOMA Scrlttr2 Back-End for Org Export Engine
  62. ox-s5.el --- S5 Presentation Back-End for Org Export Engine
  63. ox-taskjuggler.el --- TaskJuggler Back-End for Org Export Engine
  64. BABEL
  65. =====
  66. library-of-babel.org --- Documentation for the library of babel
  67. langs/ob-fomus.el --- Org-babel functions for fomus evaluation
  68. langs/ob-oz.el --- Org-babel functions for Oz evaluation
  69. langs/ob-mathomatic.el --- Org-babel functions for mathomatic evaluation
  70. langs/ob-tcl.el --- Org-babel functions for tcl evaluation
  71. langs/ob-eukleides.el --- Org-babel functions for eukleides evaluation
  72. SCRIPTS (shell, bash, etc.)
  73. ===========================
  74. dir2org.zsh --- Org compatible fs structure output
  75. ditaa.jar --- ASCII to PNG converter by Stathis Sideris, GPL
  76. org2hpda --- Generate hipster pda style printouts from Org-mode
  77. org-docco.org --- docco side-by-side annotated code export to HTML
  78. StartOzServer.oz --- implements the Oz-side of the Org-babel Oz interface
  79. staticmathjax --- XULRunner application to process MathJax statically
  80. x11idle.c --- get the idle time of your X session
  81. This directory also contains supporting files for the following
  82. packages: ob-oz.el, org-docco.org, and org-static-mathjax.el.