update issue file.
[Worg.git] / org-contrib / index.org
bloba47038e92a1d9a29d1f9a5c330591eb150c8edf2
1 #+OPTIONS:    H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
2 #+STARTUP:    align fold nodlcheck hidestars oddeven lognotestate
3 #+SEQ_TODO:   TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
4 #+TAGS:       Write(w) Update(u) Fix(f) Check(c) NEW(n)
5 #+TITLE:      Org-mode Contributed Packages
6 #+AUTHOR:     Worg people
7 #+EMAIL:      bzg AT altern DOT org
8 #+LANGUAGE:   en
9 #+CATEGORY:   worg
11 #+LINK: repofile http://repo.or.cz/w/org-mode.git?a=blob_plain;f=%s;hb=HEAD
13 [[file:../index.org][{Back to Worg's index}]]
15 This page lists the contributed packages to Org-mode, with links to
16 available documentation.  Most of these packages are located in the
17 /contrib/ directory of the Org distribution.  Some have made it into
18 the core by now, but we keep the documentation here because it is more
19 extensive than what is available in the manual.  If no documentation
20 link is present, see the file header of the package -- it will
21 hopefully have some documentation.
23 - /org-annotate-file.el/ -- annotate a file with org syntax ::
24   The annotation is in a separate file, with links back to the
25   annotated file.  Written by /Philip Jackson/.
26   [[repofile:contrib/lisp/org-annotate-file.el][Link to raw file]].
28 - [[file:org-annotation-helper.org][org-annotation-helper.el -- managing browser bookmarks]] ::
29   Org-annotation-helper allows to create Org-mode links and
30   annotations while working in a browser, by simply clicking a
31   bookmarklet.
32   Written by /Bastien Guerry/ and /Daniel M German/.
33   [[repofile:contrib/lisp/org-annotation-helper.el][Link to raw file]].\\
34   This module has been superseded by /org-protocol.el/, part
35   of the Org core, and [[http://orgmode.org/manual/Protocols.html#Protocols][documented in the manual]].
37 - [[file:babel/index.org][Org-babel -- execution of source code blocks]] ::
38   Written by /Eric Schulte/ and /Dan Davison/ \\
39   Org Babel is now part of the Org core and [[http://orgmode.org/manual/Working-with-source-code.html#Working-with-source-code"][documented in the manual]].
41 - /org-bookmark.el/ -- support for links to Emacs bookmarks ::
42   Written by /Tokuya Kameshima/.
43   [[repofile:contrib/lisp/org-bookmark.el][Link to raw file]].
45 - /org-browser-url.el/ --  bookmark from a browser into org links ::
46   Written by /Ross Patterson/.
47   [[repofile:contrib/lisp/org-browser-url.el][Link to raw file]]. \\
48   This module has been superseded by /org-protocol.el/, part
49   of the Org core, and [[http://orgmode.org/manual/Protocols.html#Protocols][documented in the manual]].
51 - [[file:org-checklist.org][org-checklist.el -- org functions for checklist handling]] ::
52   Reset checklists in repeating entries.  Written by /James TD Smith/.
53   [[repofile:contrib/lisp/org-checklist.el][Link to raw file]].
55 - [[file:org-choose.org][org-choose.el -- decision management for org-mode]] ::
56   Org-choose helps documenting a decision-making process by using
57   TODO keywords for different degrees of /chosenness/, and by
58   automatically keeping a set of alternatives in a consistent state.
59   Writen by /Tom Breton/.
60   [[repofile:contrib/lisp/org-choose.el][Link to raw file]].
62 - [[file:org-collector.org][org-collector.el/ -- collect properties into tables]] ::
63   Collect and process properties into a table.
64   Written by /Eric Schulte/.
65   [[repofile:contrib/lisp/org-collector.el][Link to raw file]].
67 - [[file:org-depend.org][/org-depend.el/ -- TODO dependencies for Org-mode]] ::
68   Make TODO state changes in one entry trigger changes in another, or
69   be blocked by the state of another entry.  Also, easily create
70   chains of TODO items with exactly one active item at any time.
71   Written by /Carsten Dominik/.
72   [[repofile:contrib/lisp/org-depend.el][Link to raw file]].
74 - /org-elisp-symbol.el/ -- Org links to emacs-lisp symbols. ::
75   This can create annotated links that exactly point to the definition
76   location of a variable of function.
77   Written by /Bastien Guerry/.
78   [[repofile:contrib/lisp/org-elisp-symbol.el][Link to raw file]].
80 - /org-eval.el/ -- show evaluation result of code ::
81   The =<lisp>= tag, adapted from Emacs Wiki and Emacs Muse, allows
82   text to be included in a document that is the result of evaluating
83   some code.  Other scripting languages like /perl/ can be
84   supported with this package as well.
85   Written by /Carsten Dominik/.
86   [[repofile:contrib/lisp/org-eval.el][Link to raw file]]. \\
87   This modules has been superseded by the Org Babel functionality,
88   which is part of the Org core and [[http://orgmode.org/manual/Working-with-source-code.html#Working-with-source-code"][documented in the manual]].
90 - [[file:org-eval-light.org][org-eval-light.el -- display result of evaluating code in various languages (light)]] ::
91   Org-eval-light allows the execution of source code embedded in an
92   org-mode file.  The results of the execution are placed into the
93   org-mode file.  It is a reworking of Carsten's org-eval with the
94   goals of a more uniform syntax, safer default execution rules, and
95   increased ease of execution.
96   Written by /Eric Schulte/.
97   [[repofile:contrib/lisp/org-eval-light.el][Link to raw file]]. \\
98   This modules has been superseded by the Org Babel functionality,
99   which is part of the Org core and [[http://orgmode.org/manual/Working-with-source-code.html#Working-with-source-code"][documented in the manual]].
101 - /org-exp-bibtex.el/ -- Export bibtex fragments ::
102   Written by /Taru Karttunen/.
103   [[repofile:contrib/lisp/org-exp-bibtex.el][Link to raw file]].
105 - [[file:org-exp-blocks.org][org-exp-blocks.el --- pre-process blocks when exporting org files]] ::
106   Org-export-blocks allows for the pre-processing or blocks in
107   org-mode files to create images, or specially formatted HTML or
108   LaTeX output.  Written by /Eric Schulte/.
109   [[repofile:contrib/lisp/org-exp-blocks.el][Link to raw file]].
111 - /org-expiry.el/ -- expiry mechanism for Org entries ::
112   Written by /Bastien Guerry/.
113   [[repofile:contrib/lisp/org-expiry.el][Link to raw file]].
115 - [[file:org-export-generic.org][org-export-generic.el/ -- Export org files to user-defined output formats]] ::
116   Org-export-generic provides the ability to create an org file and
117   then export it to any given format you desire.  This is done by
118   defining a set of variables that include prefixes and suffixes for
119   each line type (E.G., header, list item, etc ...) and then running
120   org-export-generic on the file to process it.
122 - [[file:org-feed.org][/org-feed.el/ -- add RSS feed items to Org files]] ::
123   Read RSS feeds from the web, add new items to Org files, and trigger
124   actions when items have changed.
125   Written by /Carsten Dominik/.
126   [[repofile:lisp/org-feed.el][Link to raw file]]. \\
127   This module is part of the Org core [[http://orgmode.org/manual/RSS-Feeds.html#RSS-Feeds"][documented in the manual]].
129 - [[file:org-git-link.org][/org-git-link.el/ -- link to files under git version control]] ::
130   This package adds new link types to link to specific versions of a
131   file, which will be checked out when the link is activated.
132   Written by /Reimar Finken/.
133   [[repofile:contrib/lisp/org-git-link.el][Link to raw file]].
135 - /org-interactive-query.el/ -- interactive modification of tags queries ::
136   After running a general query in Org, this package allows to narrow
137   down the results by adding more tags or keywords.  Written by
138   /Christopher League/.
139   [[repofile:contrib/lisp/org-interactive-query.el][Link to raw file]].
141 - /org-mairix.el/ -- hook mairix search into Org for different MUAs ::
142   Written by /Georg C. F. Greve/.
143   [[repofile:contrib/lisp/org-mairix.el][Link to raw file]].
145 - /org-man.el/ -- support for links to manpages in Org-mode. ::
146   Written by /Carsten Dominik/.
147   [[repofile:contrib/lisp/org-man.el][Link to raw file]].
149 - [[file:org-mac-iCal.org][org-mac-iCal.el -- import OS X iCal.app events into Emacs diary]] ::
150   Written by /Christopher Suckling/.
151   [[repofile:contrib/lisp/org-mac-iCal.el][Link to raw file]].
153 - [[file:org-mac-link-grabber.org][org-mac-link-grabber.el -- grab links from various mac applications]] :: 
154   grab the current link or selection from an open mac application and
155   insert it as a hyperlink at point in an org-mode document. Written
156   by /Anthony Lander/.
157   [[repofile:contrib/lisp/org-mac-link-grabber.el][Link to raw file]].
159 - [[file:org-mac-message.org][org-mac-message.el -- linking to messages in OS X Mail.app]] ::
160   Create links to selected or flagged messages in Mail.app.
161   Written by /John Wiegley/ and /Christopher Suckling/.
162   [[repofile:lisp/org-mac-message.el][Link to raw file]].\\
163   This module is part of the Org core.
165 - [[file:org-mime.org][org-mime.el --- org html export for text/html MIME emails]] ::
166   =org-mime= can be used to send HTML email using Org-mode HTML export.
168   This approximates a WYSiWYG HTML mail editor from within Emacs, and
169   can be useful for sending tables, fontified source code, and inline
170   images in email.  Written by /Eric Schulte/.
171   [[repofile:lisp/org-mime.el][Link to raw file]].
173 - /org-mtags.el/ -- support for some Muse-like tags in Org-mode ::
174   This package allows you to write =<example>= and =<src>= and other
175   syntax copied from Emacs Muse, right inside an Org file.  The goal
176   here is to make it easy to publish the same file using either
177   org-publish or Muse.  Written by /Carsten Dominik/.
178   [[repofile:contrib/lisp/org-mtags.el][Link to raw file]].
180 - /org-panel.el/ -- simplified and display-aided access to some Org commands ::
181   Written by /Lennart Borgman/.
182   [[repofile:contrib/lisp/org-panel.el][Link to raw file]].
184 - [[file:org-protocol.org][org-protocol.el -- Trigger actions through URLs]] ::
185   org-protocol intercepts calls from emacsclient to trigger custom
186   actions without external dependencies. Only one protocol has to be
187   configured with your external applications or the operating
188   system.\\
189   This package is part of the Org core and also [[http://orgmode.org/manual/Protocols.html#Protocols][documented in the manual]].
191 - [[file:../org-tutorials/org-R/org-R.org][org-R.el --- Computing and data visualisation in Org-mode using R]] ::
192   Written by /Dan Davison/.
193   [[repofile:contrib/lisp/org-R.el][Link to raw file]]. \\
194   This modules has been superseded by the Org Babel functionality,
195   which is part of the Org core and [[http://orgmode.org/manual/Working-with-source-code.html#Working-with-source-code"][documented in the manual]].
197 - /org-registry.el/ -- a registry for Org links ::
198   Find out from where links point to a given file or location.
199   Written by /Bastien Guerry/.
200   [[repofile:contrib/lisp/org-registry.el][Link to raw file]].
202 - /org2rem.el/ -- Convert org appointments into reminders for /remind/ ::
203   Written by /Bastien Guerry/ and /Sharad Pratap/.
204   [[repofile:contrib/lisp/org2rem.el][Link to raw file]].
206 - /org-screen.el/ -- visit screen sessions through Org-mode links ::
207   Written /Andrew Hyatt/.
208   [[repofile:contrib/lisp/org-screen.el][Link to raw file]].
210 - [[http://orgmode.org/worg/org-tutorials/multitarget-tables.php][/orgtbl-sqlinsert.el/ -- convert Org-mode tables to SQL insertions]] ::
211   Written by /Jason Riedy/.
212   [[repofile:contrib/lisp/orgtbl-sqlinsert.el][Link to raw file]].
214 - [[http://orgmode.org/worg/org-contrib/org-track.php][org-track.el -- Keep current with Org-mode development: M-x org-track-update]] ::
215   Download [[http://orgmode.org/org-latest.tar.gz][org-latest.tar.gz]], unpack it, generate autoloads file and compile
216   sources using one simple command. \\
217   Written by /Bastien Guerry/, /Eric S Fraga/ and /Sebastian Rose/.
218   [[repofile:contrib/lisp/org-track.el][Link to raw file]].
220 - [[file:org-special-blocks.org][/org-special-blocks.el/ -- turn blocks into LaTeX envs and HTML divs]] ::
221   Written by /Chris Gray/.
222   [[repofile:contrib/lisp/org-special-blocks.el][Link to raw file]].
224 - /org-toc.el/ -- table of contents in a separate buffer ::
225   With fast access to sections and easy visibility cycling.
226   Written by /Bastien Guerry/.
227   [[repofile:contrib/lisp/org-toc.el][Link to raw file]].
229 - /org-velocity.el/ -- something like Notational Velocity for Org ::
230   Written by /Paul M. Rodriguez/.
231   [[repofile:contrib/lisp/org-velocity.el][Link to raw file]].
233 - [[file:org-wikinodes.org][/org-wikinodes.el/ -- CamelCase wiki-like links to nodes]] ::
234   Written by /Carsten Dominik/.
235   [[repofile:contrib/lisp/org-wikinodes.el][Link to raw file]].