2 #+TITLE: Org-Mode: Your Life in Plain Text
4 #+EMAIL: carsten at orgmode dot org
5 #+OPTIONS: H:3 num:nil toc:2 \n:nil @:t ::t |:t ^:t *:t TeX:t author:nil <:t LaTeX:t
6 #+STYLE: <base href="http://orgmode.org/index.html" />
7 #+STYLE: <link rel="stylesheet" href="http://orgmode.org/org.css" type="text/css" />
12 <!-- The logo links to the root of the website -->
13 <a href="/"><img src="http://orgmode.org/img/org-mode-unicorn.png" class="logo-link" /></a>
16 #*Org - an Emacs Mode for Notes, Project Planning, and Authoring*
20 <td style="vertical-align:middle;">
21 <b>Org - an Emacs Mode for Notes, Project Planning, and Authoring</b>
23 Org-mode is for keeping notes, maintaining ToDo lists, doing project
24 planning, and authoring with a fast and effective plain-text
34 <td><br><img src="http://orgmode.org/img/tasks.png"
35 style="border:1px solid black; width:500px"
36 alt="http://orgmode.org/img/tasks.png"/>
41 <tr><td><h3 style="text-align:center;vertical-align:bottom;">Shirts and Donations</h3></td></tr>
43 <td><a href="http://orgmode.org/img/shirts.jpg">
44 <img src="http://orgmode.org/img/shirts.jpg"
45 style="border:1px solid black; width:200px"
46 alt="http://orgmode.org/img/shirts.jpg" /></a>
47 <span style="font-size: 90%;"></br>
48 <div style="margin-top:10px;">
51 Promote Org-mode and support its development by
52 getting your Org-mode T-shirt, bag, or mug in either
54 <a href="http://orgmode.spreadshirt.com">US-Shop</a>
56 <a href="http://orgmode.spreadshirt.de">EU-Shop</a>
62 <td style="vertical-align:bottom;">
63 <div style="float:bottom; border:0px solid black;
64 padding:0px; vertical-align:bottom; margin-top:5px;">
65 <form style="float:right;padding:5px;" name="_xclick"
66 action="https://www.paypal.com/cgi-bin/webscr" method="post">
68 <input type="hidden" name="cmd" value="_xclick" />
69 <input type="hidden" name="business" value="carsten.dominik@gmail.com" />
70 <input type="hidden" name="item_name" value="Donate to Org-mode" />
71 <input type="hidden" name="currency_code" value="USD" />
72 <input type="hidden" name="lc" value="US"/>
73 <input type="hidden" name="amount" />
74 <input type="image" style="text-align:right;margin-left:auto;margin-right:0px;border-style:none;"
75 src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif"
77 alt="Make payments with PayPal - it's fast, free and secure!" />
80 <span style="font-size: 90%;margin-top:10px;">
81 ... or by making a direct donation.</span>
90 - Simplicity :: At its core, Org-mode is a simple outliner for
91 note-taking and list management. You can learn the basics for
92 using it in [[http://orgmode.org/worg/org-tutorials/orgtutorial_dto.php][five minutes]]. This may be all you need, and Org-mode
93 will not impose more complex features on you.
94 - Portability :: Org files are [[http://en.wikipedia.org/wiki/Plain_text][plain text]]. You can view and edit them
95 in any editor, or add and extract data with custom-made scripts.
96 Your data will never be locked into an obscure or proprietary
97 data format. Org-mode runs in [[http://www.gnu.org/software/emacs/][Emacs]], which is available for
98 nearly every platform.
99 - Depth :: Org-mode will not let you down when you need more than a
100 simple outline. The full feature set is both broad and deep,
101 easy to access, but unobtrusive. The [[http://orgmode.org/worg/org-faq.php][typical answer]] to "/Can it
103 - Flexibility :: Org-mode is like a Swiss army knife. People use it
104 for [[http://members.optusnet.com.au/~charles57/GTD/orgmode.html][Getting Things Done (GTD)]], as a [[http://www.newartisans.com/blog_files/org.mode.day.planner.php][Day Planner]], as a [[http://sachachua.com/wp/2008/01/18/outlining-your-notes-with-org/][Notebook]],
105 for Web and PDF [[http://orgmode.org][Authoring]], and much more.
106 - Support :: Org-mode is [[http://orgmode.org/manual/index.html][documented extensively]], and many [[http://orgmode.org/worg/org-tutorials/index.php][tutorials]]
107 put spotlights on particular features. Org-mode is supported by
108 an active [[id:0B280B26-A3AB-4E5C-B4EE-B7FFC52C4D26][mailing list]] where questions are answered quickly and
110 - It's free! :: Org is [[http://en.wikipedia.org/wiki/Open-source_software][open source software]], it is [[http://www.gnu.org/licenses/licenses.html#GPL][free]], like Emacs.
113 If you'd like to know what other people have said about Org-mode, take
114 a look at our [[http://orgmode.org/worg/org-quotes.php][collected quotes about Org]].
117 #+ATTR_HTML: style="float:right;"
118 [[http://mobileorg.ncogni.to/][http://mobileorg.ncogni.to/images/screenshot-browse.png]]
120 - <2010-04-06 Tue>: Release 6.35
121 - <2010-01-10 Sun>: Release 6.34
122 - <2009-12-15 Tue>: iPhone App [[http://mobileorg.ncogni.to/][MobileOrg]] version 1.1 available
123 - <2009-11-13 Fri>: Release 6.33
125 * Current Version (6.35i)
127 The current version is 6.35i. To see what has changed in recent
128 releases, check this detailed list of [[file:Changes.html][user-visible changes]].
130 This package works on Emacs 23 and 22, and (with minor restrictions)
131 on XEmacs 21. Emacs 22.2 ships with Org-mode version 4.67d, Emacs
132 23.1 with 6.21b. The latest CVS Emacs trunk usually contains a fairly
133 recent version, but may lag a bit behind the website release.
137 ** The standard distribution
139 Download as [[file:org-6.35i.zip][zip file]] or [[file:org-6.35i.tar.gz][gzipped tar archive]]. These archives contain
140 both the Lisp file org.el and the documentation in PDF and (TeX)Info
141 formats. Follow the instructions for [[http://orgmode.org/manual/Installation.html#Installation][Installation]] and [[http://orgmode.org/manual/Activation.html#Activation][Activation]].
143 ** The development version
145 You can check out the latest Org development version (along with every
146 release we ever had) by using git. The git repository is [[http://repo.or.cz/w/org-mode.git][browsable
147 online]]. To get a local clone use something like the following (from
148 the command line....):
150 : git clone git://repo.or.cz/org-mode.git
152 Some more information about this can be found in the [[http://orgmode.org/worg/org-faq.php][FAQ]], under [[http://orgmode.org/worg/org-faq.php#keeping-current-with-Org-mode-development][How do
153 I keep current with Org mode development?]]. For people who cannot use
154 git, we provide [[file:org-latest.zip][zip]] or [[file:org-latest.tar.gz][tar.gz]] snapshot release files updated each hour
155 and corresponding to the latest git version.
157 ** Alternative distributions
159 There are several alternative distributions of Org. Some of these
160 are more up-to-date than others, so check if this package really
163 - The [[http://packages.debian.org/sid/main/org-mode][Debian package]] is maintained by Sebastien Delafond.
164 - There is also a package on [[http://aur.archlinux.org/packages.php?do_Details&ID=18206][Archlinux]], by Jiyunatori.
165 - The [[http://savannah.gnu.org/cvs/%3Fgroup%3Demacs][Emacs CVS]] contains a more-or-less recent version.
166 - The [[http://pdb.finkproject.org/pdb/package.php/org-mode][Fink package]] for Mac OS X by Jesse Alama.
167 - The [[https://launchpad.net/~hexmode/+archive][Ubuntu package]] by Mark A. Hershberger.
171 - Read the [[file:manual/index.html][documentation online]].
172 - You can also have the entire manual in a [[file:org.html][single monolithic file]].
173 - Download the documentation as a [[file:org.pdf][PDF document]].
174 - A [[http://hpcgi1.nifty.com/spen/index.cgi?OrgMode%2fManual][Japanese translation]] of the manual (version 4.60), by Takeshi
178 - Download the [[file:orgcard.pdf][Refcard]] for org-mode
179 - Kyle Sherman has created a [[file:orgcard.txt][text version]] of the reference card
182 - The [[http://orgmode.org/worg/org-faq.php][Org Mode FAQ]] is user-editable and is maintained by the [[http://orgmode.org/worg/][Worg
186 - A complete list of [[http://orgmode.org/worg/org-tutorials/index.php][Tutorials and screencasts]] is maintained by the
187 [[http://orgmode.org/worg][Worg project]].
192 ** Talks about Org-mode
193 Check out the [[file:talks/index.html#sec-1][Google Tech Talk]] about Org-mode, or another talk
194 given at the [[file:talks/index.html#sec-2][Max Planck Institute for Neurological Research]]
197 :ID: 0B280B26-A3AB-4E5C-B4EE-B7FFC52C4D26
200 There is a mailing list for discussion about org-mode.
202 - [[http://lists.gnu.org/mailman/listinfo/emacs-orgmode][Subscribe to it]] at the web interface.
203 - Directly [[mailto:emacs-orgmode@gnu.org][send mail to it]]. If you are not subscribed, a moderator
204 will look at the message before passing it through to the
206 - Read the list on [[http://www.gmane.org][Gmane]] through a [[http://news.gmane.org/gmane.emacs.orgmode][web interface]] or with a
207 [[news://news.gmane.org/gmane.emacs.orgmode][newsreader]].
210 </li><li><form method="get" action="http://search.gmane.org/"><div>
211 <input type="text" name="query" />
212 <input type="hidden" name="group" value="gmane.emacs.orgmode" />
213 <input type="submit" value="Search gmane.emacs.orgmode" />
219 [[http://orgmode.org/worg/][Worg]], created by [[http://www.cognition.ens.fr/~guerry/][Bastien Guerry]], is a setup to allow users to jointly
220 edit a number of Org-mode files containing documentation about
221 Org-mode, including the [[http://orgmode.org/worg/org-faq.php][Org Mode FAQ]] and [[http://orgmode.org/worg/org-tutorials/index.php][Tutorials]]. Worg is similar
222 to a wiki in that allows community to edit the contents. However,
223 since it uses a distributed version control system, you do not have to
224 be online while editing it. If you'd like to contribute to Worg,
225 please go to [[http://orgmode.org/worg/][the Worg page]], and start from there.
227 ** Contributing to Org-mode
229 You can always contribute with ideas and bug reports on the mailing
230 list. If you want to contribute a patch, code snippets, or a full
231 add-on, this is very welcome too! Detailed information on how and
232 what to contribute can be found [[http://orgmode.org/worg/org-contribute.php][here]].