README 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. This directory contains add-ons to Org-mode.
  2. These contributions are not part of GNU Emacs or of the official
  3. Org-mode package. But the git repository for Org-mode is glad to
  4. provide useful way to distribute and develop them as long as they
  5. are distributed under a free software license.
  6. Please put your contribution in one of these directories:
  7. LISP (Emacs Lisp)
  8. =================
  9. Org utils
  10. ~~~~~~~~~
  11. org-annotate-file.el --- Annotate a file with org syntax
  12. org-bibtex-extras.el --- Extras for working with org-bibtex entries
  13. org-bookmark.el --- Links to bookmarks
  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-colview-xemacs.el --- Column View in Org-mode, XEmacs-specific version
  18. org-contacts.el --- Contacts management
  19. org-contribdir.el --- Dummy file to mark the org contrib Lisp directory
  20. org-depend.el --- TODO dependencies for Org-mode
  21. org-drill.el --- Self-testing with org-learn
  22. org-effectiveness.el --- Measuring your personal effectiveness
  23. org-element.el --- Parser and applications for Org syntax
  24. org-eldoc.el --- Eldoc documentation for SRC blocks
  25. org-elisp-symbol.el --- Org links to emacs-lisp symbols
  26. org-eval-light.el --- Evaluate in-buffer code on demand
  27. org-eval.el --- The <lisp> tag, adapted from Muse
  28. org-expiry.el --- Expiry mechanism for Org entries
  29. org-export-generic.el --- Export framework for configurable backends
  30. org-git-link.el --- Provide org links to specific file version
  31. org-index.el --- A personal index for org and beyond
  32. org-interactive-query.el --- Interactive modification of tags query
  33. org-invoice.el --- Help manage client invoices in OrgMode
  34. org-learn.el --- SuperMemo's incremental learning algorithm
  35. org-license.el --- Insert free licenses to your org documents
  36. org-link-edit.el --- Slurp and barf with Org links
  37. org-mac-iCal.el --- Imports events from iCal.app to the Emacs diary
  38. org-mac-link.el --- Grab links and URLs from various Mac applications
  39. org-mairix.el --- Hook mairix search into Org for different MUAs
  40. org-man.el --- Support for links to manpages in Org-mode
  41. org-mew.el --- Support for links to Mew messages
  42. org-mime.el --- org html export for text/html MIME emails
  43. org-mtags.el --- Support for some Muse-like tags in Org-mode
  44. org-notify.el --- Notifications for Org-mode
  45. org-notmuch.el --- Support for links to notmuch messages
  46. org-panel.el --- Simple routines for us with bad memory
  47. org-registry.el --- A registry for Org links
  48. org-screen.el --- Visit screen sessions through Org-mode links
  49. org-screenshot.el --- Take and manage screenshots in Org-mode files
  50. org-secretary.el --- Team management with org-mode
  51. org-static-mathjax.el --- Muse-like tags in Org-mode
  52. org-sudoku.el --- Create and solve SUDOKU puzzles in Org tables
  53. org-toc.el --- Table of contents for Org-mode buffer
  54. org-track.el --- Keep up with Org development
  55. org-velocity.el --- something like Notational Velocity for Org
  56. org-vm.el --- Support for links to VM messages
  57. org-w3m.el --- Support link/copy/paste from w3m to Org-mode
  58. org-wikinodes.el --- CamelCase wiki-like links for Org
  59. org-wl.el --- Support for links to Wanderlust messages
  60. orgtbl-sqlinsert.el --- Convert Org-mode tables to SQL insertions
  61. Org exporters
  62. ~~~~~~~~~~~~~
  63. ox-confluence.el --- Confluence Wiki exporter
  64. ox-deck.el --- deck.js presentations exporter
  65. ox-groff.el --- Groff exporter
  66. ox-koma-letter.el --- KOMA Scrlttr2 exporter
  67. ox-rss.el --- RSS 2.0 exporter
  68. ox-s5.el --- S5 presentations exporter
  69. ox-taskjuggler.el --- TaskJuggler exporter
  70. Org Babel languages
  71. ~~~~~~~~~~~~~~~~~~~
  72. ob-eukleides.el --- Org-babel functions for eukleides evaluation
  73. ob-fomus.el --- Org-babel functions for fomus evaluation
  74. ob-julia.el --- Org-babel functions for julia evaluation
  75. ob-mathomatic.el --- Org-babel functions for mathomatic evaluation
  76. ob-oz.el --- Org-babel functions for Oz evaluation
  77. ob-stata.el --- Org-babel functions for Stata evaluation
  78. ob-tcl.el --- Org-babel functions for tcl evaluation
  79. External libraries
  80. ~~~~~~~~~~~~~~~~~~
  81. htmlize.el --- Convert buffer text and decorations to HTML
  82. SCRIPTS (shell, bash, etc.)
  83. ===========================
  84. StartOzServer.oz --- implements the Oz-side of the Org-babel Oz interface
  85. dir2org.zsh --- Org compatible fs structure output
  86. ditaa.jar --- ASCII to PNG converter by Stathis Sideris, GPL
  87. org-docco.org --- docco side-by-side annotated code export to HTML
  88. org2hpda --- Generate hipster pda style printouts from Org-mode
  89. staticmathjax --- XULRunner application to process MathJax statically
  90. x11idle.c --- get the idle time of your X session
  91. This directory also contains supporting files for the following
  92. packages: ob-oz.el, org-docco.org, and org-static-mathjax.el.