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
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 org2rem.el --- Convert org appointments into reminders
14 org-annotate-file.el --- Annotate a file with org syntax
15 org-bibtex-extras.el --- Extras for working with org-bibtex entries
16 org-bookmark.el --- Links to bookmarks
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 --- 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.el --- The <lisp> tag, adapted from Muse
27 org-eval-light.el --- Evaluate in-buffer code on demand
28 org-exp-bibtex.el --- Export citations to LaTeX and HTML
29 org-expiry.el --- Expiry mechanism for Org entries
30 org-export-generic.el --- Export framework for configurable backends
31 org-git-link.el --- Provide org links to specific file version
32 org-interactive-query.el --- Interactive modification of tags query
33 org-invoice.el --- Help manage client invoices in OrgMode
34 org-jira.el --- Add a jira:ticket protocol to Org
35 org-learn.el --- SuperMemo's incremental learning algorithm
36 org-mac-iCal.el --- Imports events from iCal.app to the Emacs diary
37 org-mac-link-grabber.el --- Grab links and URLs from various Mac applications
38 org-mairix.el --- Hook mairix search into Org for different MUAs
39 org-man.el --- Support for links to manpages in Org-mode
40 org-mime.el --- org html export for text/html MIME emails
41 org-mtags.el --- Support for some Muse-like tags in Org-mode
42 org-notify.el --- Notifications for Org-mode
43 org-notmuch.el --- Support for links to notmuch messages
44 org-panel.el --- Simple routines for us with bad memory
45 org-registry.el --- A registry for Org links
46 org-screen.el --- Visit screen sessions through Org-mode links
47 org-secretary.el --- Team management with org-mode
48 org-static-mathjax.el --- Muse-like tags in Org-mode
49 org-sudoku.el --- Create and solve SUDOKU puzzles in Org tables
50 orgtbl-sqlinsert.el --- Convert Org-mode tables to SQL insertions
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
59 library-of-babel.org --- Documentation for the library of babel
60 langs/ob-fomus.el --- Org-babel functions for fomus evaluation
61 langs/ob-oz.el --- Org-babel functions for Oz evaluation
64 ODT (OpenDocumentText)
65 ======================
66 README.org --- Legacy documentation for Org ODT exporter
69 SCRIPTS (shell, bash, etc.)
70 ===========================
72 dir2org.zsh --- Org compatible fs structure output
73 ditaa.jar --- ASCII to PNG converter by Stathis Sideris, GPL
74 org2hpda --- Generate hipster pda style printouts from Org-mode
75 org-docco.org --- docco side-by-side annotated code export to HTML
76 StartOzServer.oz --- implements the Oz-side of the Org-babel Oz interface
77 staticmathjax --- XULRunner application to process MathJax statically
78 x11idle.c --- get the idle time of your X session
80 This directory also contains supporting files for the following
81 packages: ob-oz.el, org-docco.org, and org-static-mathjax.el.