Merge branch 'master' of git+ssh://repo.or.cz/srv/git/Worg
[Worg.git] / org-contrib / index.org
blob03a30414ff6bc4dae897f005e7b7f2e307fe77a7
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 - [[http://julien.danjou.info/google-weather-el.html][org-google-weather.el -- weather forecast in the agenda buffer]] ::
136   Allow %%(org-google-weather "New York") sexps for displaying weather
137   forecast in the agenda buffer.
138   Written by /Julien Danjou/.
140 - /org-interactive-query.el/ -- interactive modification of tags queries ::
141   After running a general query in Org, this package allows to narrow
142   down the results by adding more tags or keywords.  Written by
143   /Christopher League/.
144   [[repofile:contrib/lisp/org-interactive-query.el][Link to raw file]].
146 - /org-mairix.el/ -- hook mairix search into Org for different MUAs ::
147   Written by /Georg C. F. Greve/.
148   [[repofile:contrib/lisp/org-mairix.el][Link to raw file]].
150 - /org-man.el/ -- support for links to manpages in Org-mode. ::
151   Written by /Carsten Dominik/.
152   [[repofile:contrib/lisp/org-man.el][Link to raw file]].
154 - [[file:org-mac-iCal.org][org-mac-iCal.el -- import OS X iCal.app events into Emacs diary]] ::
155   Written by /Christopher Suckling/.
156   [[repofile:contrib/lisp/org-mac-iCal.el][Link to raw file]].
158 - [[file:org-mac-link-grabber.org][org-mac-link-grabber.el -- grab links from various mac applications]] :: 
159   grab the current link or selection from an open mac application and
160   insert it as a hyperlink at point in an org-mode document. Written
161   by /Anthony Lander/.
162   [[repofile:contrib/lisp/org-mac-link-grabber.el][Link to raw file]].
164 - [[file:org-mac-message.org][org-mac-message.el -- linking to messages in OS X Mail.app]] ::
165   Create links to selected or flagged messages in Mail.app.
166   Written by /John Wiegley/ and /Christopher Suckling/.
167   [[repofile:lisp/org-mac-message.el][Link to raw file]].\\
168   This module is part of the Org core.
170 - [[http://lumiere.ens.fr/~guerry/u/org-mediawiki.el][org-mediawiki.el]] -- convert Org files to mediawiki syntax :: 
171   This uses the org-export.el engine from Org's =EXPERIMENTAL/=
172   directory.  Written by /Bastien Guerry/.
174 - [[file:org-mime.org][org-mime.el]] -- org html export for text/html MIME emails :: 
176   =org-mime= can be used to send HTML email using Org-mode HTML export.
178   This approximates a WYSiWYG HTML mail editor from within Emacs, and
179   can be useful for sending tables, fontified source code, and inline
180   images in email.  Written by /Eric Schulte/.
181   [[repofile:lisp/org-mime.el][Link to raw file]].
183 - /org-mtags.el/ -- support for some Muse-like tags in Org-mode ::
184   This package allows you to write =<example>= and =<src>= and other
185   syntax copied from Emacs Muse, right inside an Org file.  The goal
186   here is to make it easy to publish the same file using either
187   org-publish or Muse.  Written by /Carsten Dominik/.
188   [[repofile:contrib/lisp/org-mtags.el][Link to raw file]].
190 - /org-panel.el/ -- simplified and display-aided access to some Org commands ::
191   Written by /Lennart Borgman/.
192   [[repofile:contrib/lisp/org-panel.el][Link to raw file]].
194 - [[file:org-protocol.org][org-protocol.el -- Trigger actions through URLs]] ::
195   org-protocol intercepts calls from emacsclient to trigger custom
196   actions without external dependencies. Only one protocol has to be
197   configured with your external applications or the operating
198   system.\\
199   This package is part of the Org core and also [[http://orgmode.org/manual/Protocols.html#Protocols][documented in the manual]].
201 - [[file:../org-tutorials/org-R/org-R.org][org-R.el --- Computing and data visualisation in Org-mode using R]] ::
202   Written by /Dan Davison/.
203   [[repofile:contrib/lisp/org-R.el][Link to raw file]]. \\
204   This modules has been superseded by the Org Babel functionality,
205   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]].
207 - /org-registry.el/ -- a registry for Org links ::
208   Find out from where links point to a given file or location.
209   Written by /Bastien Guerry/.
210   [[repofile:contrib/lisp/org-registry.el][Link to raw file]].
212 - /org2rem.el/ -- Convert org appointments into reminders for /remind/ ::
213   Written by /Bastien Guerry/ and /Sharad Pratap/.
214   [[repofile:contrib/lisp/org2rem.el][Link to raw file]].
216 - /org-screen.el/ -- visit screen sessions through Org-mode links ::
217   Written /Andrew Hyatt/.
218   [[repofile:contrib/lisp/org-screen.el][Link to raw file]].
220 - [[http://orgmode.org/worg/org-tutorials/multitarget-tables.html][/orgtbl-sqlinsert.el/ -- convert Org-mode tables to SQL insertions]] ::
221   Written by /Jason Riedy/.
222   [[repofile:contrib/lisp/orgtbl-sqlinsert.el][Link to raw file]].
224 - [[http://orgmode.org/worg/org-contrib/org-track.php][org-track.el -- Keep current with Org-mode development: M-x org-track-update]] ::
225   Download [[http://orgmode.org/org-latest.tar.gz][org-latest.tar.gz]], unpack it, generate autoloads file and compile
226   sources using one simple command. \\
227   Written by /Bastien Guerry/, /Eric S Fraga/ and /Sebastian Rose/.
228   [[repofile:contrib/lisp/org-track.el][Link to raw file]].
230 - [[file:org-special-blocks.org][/org-special-blocks.el/ -- turn blocks into LaTeX envs and HTML divs]] ::
231   Written by /Chris Gray/.
232   [[repofile:contrib/lisp/org-special-blocks.el][Link to raw file]].
234 - /org-toc.el/ -- table of contents in a separate buffer ::
235   With fast access to sections and easy visibility cycling.
236   Written by /Bastien Guerry/.
237   [[repofile:contrib/lisp/org-toc.el][Link to raw file]].
239 - /org-velocity.el/ -- something like Notational Velocity for Org ::
240   Written by /Paul M. Rodriguez/.
241   [[repofile:contrib/lisp/org-velocity.el][Link to raw file]].
243 - [[file:org-wikinodes.org][/org-wikinodes.el/ -- CamelCase wiki-like links to nodes]] ::
244   Written by /Carsten Dominik/.
245   [[repofile:contrib/lisp/org-wikinodes.el][Link to raw file]].