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