A.1 Extensions in the contrib directory
A number of extension are distributed with Org when you download it from its
homepage. Please note that these extensions are not distributed as
part of Emacs, so if you use Org as delivered with Emacs, you still need to
go to http://orgmode.org to get access to these modules.
- org-annotate-file.el by Philip Jackson
- Annotate a file with org syntax, in a separate file, with links back to
the annotated file.
- org-annotation-helper.el by Bastien Guerry and Daniel E. German
- Call remember directly from Firefox/Opera, or from Adobe Reader.
When activating a special link or bookmark, Emacs receives a trigger to
create a note with a link back to the website. Requires some setup, a
detailes description is in
contrib/packages/org-annotation-helper.
- org-bookmark.el by Tokuya Kameshima
- Support for links to Emacs bookmarks.
- org-depend.el by Carsten Dominik
- TODO dependencies for Org-mode. Make TODO state changes in one entry
trigger changes in another, or be blocked by the state of another
entry. Also, easily create chains of TODO items with exactly one
active item at any time.
- org-elisp-symbol.el by Bastien Guerry
- Org links to emacs-lisp symbols. This can create annotated links that
exactly point to the definition location of a variable of function.
- org-eval.el by Carsten Dominik
- The
<lisp> tag, adapted from Emacs Wiki and Emacs Muse, allows
text to be included in a document that is the result of evaluating some
code. Other scripting languages like perl can be supported with
this package as well.
- org-eval-light.el by Eric Schulte
- User-controlled evaluation of code in an Org buffer.
- org-exp-blocks.el by Eric Schulte
- Preprocess user-defined blocks for export.
- org-expiry.el by Bastien Guerry
- Expiry mechanism for Org entries.
- org-indent.el by Carsten Dominik
- Dynamic indentation of Org outlines. The plan is to indent an outline
according to level, but so far this is too hard for a proper and stable
implementation. Still, it works somewhat.
- org-interactive-query.el by Christopher League
- Interactive modification of tags queries. After running a general
query in Org, this package allows to narrow down the results by adding
more tags or keywords.
- org-mairix.el by Georg C. F. Greve
- Hook mairix search into Org for different MUAs.
- org-man.el by Carsten Dominik
- Support for links to manpages in Org-mode.
- org-mtags.el by Carsten Dominik
- Support for some Muse-like tags in Org-mode. This package allows you
to write
<example> and <src> and other syntax copied from
Emacs Muse, right inside an Org file. The goal here is to make it easy
to publish the same file using either org-publish or Muse.
- org-panel.el by Lennard Borgman
- Simplified and display-aided access to some Org commands.
- org-registry.el by Bastien Guerry
- A registry for Org links, to find out from where links point to a given
file or location.
- org2rem.el by Bastien Guerry
- Convert org appointments into reminders for the remind program.
- org-screen.el by Andrew Hyatt
- Visit screen sessions through Org-mode links.
- org-toc.el by Bastien Guerry
- Table of contents in a separate buffer, with fast access to sections
and easy visibility cycling.
- orgtbl-sqlinsert.el by Jason Riedy
- Convert Org-mode tables to SQL insertions. Documentation for this can
be found on the Worg pages.