transpose table with org-babel and Emacs Lisp
[Worg.git] / org-contrib / index.org
bloba1d6a935a13bea75a36c031025e6333adbb7a111
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]].
35 - [[file:babel/index.org][Org-babel -- execution of source code blocks]] ::
36   Written by /Eric Schulte/ and /Dan Davison/
38 - /org-bookmark.el/ -- support for links to Emacs bookmarks ::
39   Written by /Tokuya Kameshima/.
40   [[repofile:contrib/lisp/org-bookmark.el][Link to raw file]].
42 - /org-browser-url.el/ --  bookmark from a browser into org links ::
43   Written by /Ross Patterson/.
44   [[repofile:contrib/lisp/org-browser-url.el][Link to raw file]].
46 - [[file:org-checklist.org][org-checklist.el -- org functions for checklist handling]] ::
47   Reset checklists in repeating entries.  Written by /James TD Smith/.
48   [[repofile:contrib/lisp/org-checklist.el][Link to raw file]].
50 - [[file:org-choose.org][org-choose.el -- decision management for org-mode]] ::
51   Org-choose helps documenting a decision-making process by using
52   TODO keywords for different degrees of /chosenness/, and by
53   automatically keeping a set of alternatives in a consistent state.
54   Writen by /Tom Breton/.
55   [[repofile:contrib/lisp/org-choose.el][Link to raw file]].
57 - [[file:org-collector.org][org-collector.el/ -- collect properties into tables]] ::
58   Collect and process properties into a table.
59   Written by /Eric Schulte/.
60   [[repofile:contrib/lisp/org-collector.el][Link to raw file]].
62 - [[file:org-depend.org][/org-depend.el/ -- TODO dependencies for Org-mode]] ::
63   Make TODO state changes in one entry trigger changes in another, or
64   be blocked by the state of another entry.  Also, easily create
65   chains of TODO items with exactly one active item at any time.
66   Written by /Carsten Dominik/.
67   [[repofile:contrib/lisp/org-depend.el][Link to raw file]].
69 - /org-elisp-symbol.el/ -- Org links to emacs-lisp symbols. ::
70   This can create annotated links that exactly point to the definition
71   location of a variable of function.
72   Written by /Bastien Guerry/.
73   [[repofile:contrib/lisp/org-elisp-symbol.el][Link to raw file]].
75 - /org-eval.el/ -- show evaluation result of code ::
76   The =<lisp>= tag, adapted from Emacs Wiki and Emacs Muse, allows
77   text to be included in a document that is the result of evaluating
78   some code.  Other scripting languages like /perl/ can be
79   supported with this package as well.
80   Written by /Carsten Dominik/.
81   [[repofile:contrib/lisp/org-eval.el][Link to raw file]].
83 - [[file:org-eval-light.org][org-eval-light.el -- display result of evaluating code in various languages (light)]] ::
84   Org-eval-light allows the execution of source code embedded in an
85   org-mode file.  The results of the execution are placed into the
86   org-mode file.  It is a reworking of Carsten's org-eval with the
87   goals of a more uniform syntax, safer default execution rules, and
88   increased ease of execution.
89   Written by /Eric Schulte/.
90   [[repofile:contrib/lisp/org-eval-light.el][Link to raw file]].
92 - /org-exp-bibtex.el/ -- Export bibtex fragments ::
93   Written by /Taru Karttunen/.
94   [[repofile:contrib/lisp/org-exp-bibtex.el][Link to raw file]].
96 - [[file:org-exp-blocks.org][org-exp-blocks.el --- pre-process blocks when exporting org files]] ::
97   Org-export-blocks allows for the pre-processing or blocks in
98   org-mode files to create images, or specially formatted HTML or
99   LaTeX output.  Written by /Eric Schulte/.
100   [[repofile:contrib/lisp/org-exp-blocks.el][Link to raw file]].
102 - /org-expiry.el/ -- expiry mechanism for Org entries ::
103   Written by /Bastien Guerry/.
104   [[repofile:contrib/lisp/org-expiry.el][Link to raw file]].
106 - [[file:org-export-generic.org][org-export-generic.el/ -- Export org files to user-defined output formats]] ::
107   Org-export-generic provides the ability to create an org file and
108   then export it to any given format you desire.  This is done by
109   defining a set of variables that include prefixes and suffixes for
110   each line type (E.G., header, list item, etc ...) and then running
111   org-export-generic on the file to process it.
113 - [[file:org-feed.org][/org-feed.el/ -- add RSS feed items to Org files]] ::
114   Read RSS feeds from the web, add new items to Org files, and trigger
115   actions when items have changed.
116   Written by /Carsten Dominik/.
117   [[repofile:lisp/org-feed.el][Link to raw file]].
119 - [[file:org-git-link.org][/org-git-link.el/ -- link to files under git version control]] ::
120   This package adds new link types to link to specific versions of a
121   file, which will be checked out when the link is activated.
122   Written by /Reimar Finken/.
123   [[repofile:contrib/lisp/org-git-link.el][Link to raw file]].
125 - /org-interactive-query.el/ -- interactive modification of tags queries ::
126   After running a general query in Org, this package allows to narrow
127   down the results by adding more tags or keywords.  Written by
128   /Christopher League/.
129   [[repofile:contrib/lisp/org-interactive-query.el][Link to raw file]].
131 - /org-mairix.el/ -- hook mairix search into Org for different MUAs ::
132   Written by /Georg C. F. Greve/.
133   [[repofile:contrib/lisp/org-mairix.el][Link to raw file]].
135 - /org-man.el/ -- support for links to manpages in Org-mode. ::
136   Written by /Carsten Dominik/.
137   [[repofile:contrib/lisp/org-man.el][Link to raw file]].
139 - [[file:org-mac-iCal.org][org-mac-iCal.el -- import OS X iCal.app events into Emacs diary]] ::
140   Written by /Christopher Suckling/.
141   [[repofile:contrib/lisp/org-mac-iCal.el][Link to raw file]].
143 - [[file:org-mac-message.org][org-mac-message.el -- linking to messages in OS X Mail.app]] ::
144   Create links to selected or flagged messages in Mail.app.
145   Written by /John Wiegley/ and /Christopher Suckling/.
146   [[repofile:lisp/org-mac-message.el][Link to raw file]].
148 - /org-mtags.el/ -- support for some Muse-like tags in Org-mode ::
149   This package allows you to write =<example>= and =<src>= and other
150   syntax copied from Emacs Muse, right inside an Org file.  The goal
151   here is to make it easy to publish the same file using either
152   org-publish or Muse.  Written by /Carsten Dominik/.
153   [[repofile:contrib/lisp/org-mtags.el][Link to raw file]].
155 - /org-panel.el/ -- simplified and display-aided access to some Org commands ::
156   Written by /Lennart Borgman/.
157   [[repofile:contrib/lisp/org-panel.el][Link to raw file]].
159 - [[file:org-protocol.org][org-protocol.el -- Trigger actions through URLs]] ::
160   org-protocol intercepts calls from emacsclient to trigger custom actions without
161   external dependencies. Only one protocol has to be configured with your external
162   applications or the operating system.
164 - [[file:../org-tutorials/org-R/org-R.org][org-R.el --- Computing and data visualisation in Org-mode using R]] ::
165   Written by /Dan Davison/.
166   [[repofile:contrib/lisp/org-R.el][Link to raw file]].
168 - /org-registry.el/ -- a registry for Org links ::
169   Find out from where links point to a given file or location.
170   Written by /Bastien Guerry/.
171   [[repofile:contrib/lisp/org-registry.el][Link to raw file]].
173 - /org2rem.el/ -- Convert org appointments into reminders for /remind/ ::
174   Written by /Bastien Guerry/ and /Sharad Pratap/.
175   [[repofile:contrib/lisp/org2rem.el][Link to raw file]].
177 - /org-screen.el/ -- visit screen sessions through Org-mode links ::
178   Written /Andrew Hyatt/.
179   [[repofile:contrib/lisp/org-screen.el][Link to raw file]].
181 - [[http://orgmode.org/worg/org-tutorials/multitarget-tables.php][/orgtbl-sqlinsert.el/ -- convert Org-mode tables to SQL insertions]] ::
182   Written by /Jason Riedy/.
183   [[repofile:contrib/lisp/orgtbl-sqlinsert.el][Link to raw file]].
185 - [[http://orgmode.org/worg/org-contrib/org-track.php][org-track.el -- Keep current with Org-mode development: M-x org-track-update]] ::
186   Download [[http://orgmode.org/org-latest.tar.gz][org-latest.tar.gz]], unpack it, generate autoloads file and compile
187   sources using one simple command. \\
188   Written by /Bastien Guerry/, /Eric S Fraga/ and /Sebastian Rose/.
189   [[repofile:contrib/lisp/org-track.el][Link to raw file]].
191 - [[file:org-special-blocks.org][/org-special-blocks.el/ -- turn blocks into LaTeX envs and HTML divs]] ::
192   Written by /Chris Gray/.
193   [[repofile:contrib/lisp/org-special-blocks.el][Link to raw file]].
195 - /org-toc.el/ -- table of contents in a separate buffer ::
196   With fast access to sections and easy visibility cycling.
197   Written by /Bastien Guerry/.
198   [[repofile:contrib/lisp/org-toc.el][Link to raw file]].