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