index.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4. lang="en" xml:lang="en">
  5. <head>
  6. <title>Org-Mode Homepage</title>
  7. <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
  8. <meta name="generator" content="Org-mode"/>
  9. <meta name="generated" content="2008/02/19 09:14:54"/>
  10. <meta name="author" content="Carsten Dominik"/>
  11. <link rel=stylesheet href="freeshell2.css" type="text/css">
  12. </head><body>
  13. <h1 class="title">Org-Mode Homepage</h1>
  14. <div id="table-of-contents">
  15. <h2>Table of Contents</h2>
  16. <ul>
  17. <li><a href="#sec-1">Org - an Emacs Mode for Notes and Project Planning</a></li>
  18. <li><a href="#sec-2">Current Version (5.22a) and Compatibility</a></li>
  19. <li><a href="#sec-3">Downloads</a></li>
  20. <li><a href="#sec-4">Documentation</a>
  21. <ul>
  22. <li><a href="#sec-5">Manual and Reference card</a></li>
  23. </ul>
  24. </li>
  25. <li><a href="#sec-6">Links</a>
  26. <ul>
  27. <li><a href="#sec-7">Mailing list</a></li>
  28. <li><a href="#sec-8">Worg - user-driven knowledge-base about org-mode</a></li>
  29. <li><a href="#sec-9">Tutorials</a></li>
  30. <li><a href="#sec-10">Survey</a></li>
  31. <li><a href="#sec-11">Org-mode, GTD and other task management systems </a></li>
  32. <li><a href="#sec-12">Add-Ons</a></li>
  33. <li><a href="#sec-13">Translators</a></li>
  34. <li><a href="#sec-17">Alternative distributions</a></li>
  35. <li><a href="#sec-18">Contributing to Org-mode</a></li>
  36. <li><a href="#sec-19">Future Development</a></li>
  37. </ul>
  38. </li>
  39. <li><a href="#sec-20">Related Software</a></li>
  40. </ul>
  41. </div>
  42. <div class="outline-2">
  43. <h2 id="sec-1">Org - an Emacs Mode for Notes and Project Planning</h2>
  44. <BASE href="http://orgmode.org/index.html">
  45. <p>
  46. Org-mode is a mode for keeping notes, maintaining ToDo lists, and doing
  47. project planning with a fast and effective plain-text system.
  48. </p>
  49. <p>
  50. Org-mode develops organizational tasks around NOTES files that contain
  51. information about projects as plain text. Org-mode is implemented on
  52. top of outline-mode, which makes it possible to keep the content of
  53. large files well structured. Visibility cycling and structure editing
  54. help to work with the tree. Tables are easily created with a built-in
  55. table editor. Org-mode supports ToDo items, deadlines, time stamps,
  56. and scheduling. It dynamically compiles entries into an agenda.
  57. Plain text URL-like links connect to websites, emails, Usenet
  58. messages, BBDB entries, and any files related to the projects. For
  59. printing and sharing of notes, an Org-mode file can be exported as a
  60. structured ASCII file, HTML, and LaTeX.
  61. </p>
  62. </div>
  63. <div class="outline-2">
  64. <h2 id="sec-2">Current Version (5.22a) and Compatibility</h2>
  65. <p>
  66. The current version is 5.22a. To see what has changed in recent
  67. releases, check this <a href="Changes.html">list of user-visible changes</a>. These descriptions
  68. are extensive, to avoid that people will be printing the manual after
  69. each incremental release. If you have an older version of the manual,
  70. just check the release notes and you will be up-to-date.
  71. </p>
  72. <p>
  73. This package works on Emacs 22, and (with minor restrictions) on Emacs
  74. 21 and XEmacs 21 (where you must also use <i>noutline.el</i> shipped with
  75. Org-mode). The Emacs 22.1 release ships with Org-mode version 4.67c.
  76. The latest CVS emacs trunk usually contains a fairly recent version,
  77. but may lag a bit behind the website release.
  78. </p>
  79. </div>
  80. <div class="outline-2">
  81. <h2 id="sec-3">Downloads</h2>
  82. <ul>
  83. <li>Distribution<br/>
  84. Download as <a href="org-5.22a.zip">zip file</a> or <a href="org-5.22a.tar.gz">gzipped tar archive</a>. These archives contain
  85. both the Lisp file org.el and the documentation in PDF and (TeX)Info
  86. formats. A shell script to simplify upgrading to the newest release
  87. has been posted <a href="http://www.philfam.co.uk/pete/GTD/org-mode/update-org.sh">here</a>.
  88. </li>
  89. </ul>
  90. </div>
  91. <div class="outline-2">
  92. <h2 id="sec-4">Documentation</h2>
  93. <div class="outline-3">
  94. <h3 id="sec-5">Manual and Reference card</h3>
  95. <ul>
  96. <li>
  97. Read the documentation <a href="manual/index.html">online</a>. This is a version consisting of many
  98. small files, to save bandwidth. If you really need it, you can also
  99. have the entire manual in a <a href="org.html">single monolithic file</a>.
  100. </li>
  101. <li>
  102. Download the documentation in other formats: <a href="org.pdf">PDF</a>, <a href="org">Info</a>, or <a href="org.texi">TeXInfo</a>.
  103. </li>
  104. <li>
  105. Download the <a href="orgcard.pdf">Refcard</a> for org-mode, and Kyle Sherman hast created a
  106. <a href="orgcard.txt">text version</a> of the reference card
  107. </li>
  108. <li>
  109. There is also a <a href="http://hpcgi1.nifty.com/spen/index.cgi?OrgMode%2fManual">Japanese translation</a> of the manual (version 4.60),
  110. produced by Takeshi Okano.
  111. </li>
  112. <li>
  113. The <a href="faq.html">FAQ</a> is not very up-to-date, but may still answer some of your
  114. questions. Please have a look before posting to emacs-orgmode@gnu.org.
  115. </li>
  116. </ul></div>
  117. </div>
  118. <div class="outline-2">
  119. <h2 id="sec-6">Links</h2>
  120. <div class="outline-3">
  121. <h3 id="sec-7">Mailing list</h3>
  122. <p>
  123. There is a mailing list for discussion about org-mode.
  124. </p>
  125. <ul>
  126. <li>
  127. Subscribe to it at <a href="http://lists.gnu.org/mailman/listinfo/emacs-orgmode">this webpage</a>.
  128. </li>
  129. <li>
  130. Directly <a href="mailto:emacs-orgmode@gnu.org">send mail to it</a>. If you are not subscribed, a moderator
  131. will look at the message before passing it through to the
  132. list. If that has happened once, future messages from your email
  133. address will get through immediately, even if you remain
  134. unsubscribed.
  135. </li>
  136. <li>
  137. Read the list on <a href="http://www.gmane.org">Gmane</a> through a <a href="http://news.gmane.org/gmane.emacs.orgmode">web interface</a> or with a
  138. <a href="news://news.gmane.org/gmane.emacs.orgmode">newsreader</a>.
  139. <li><form method="get" action="http://search.gmane.org/">
  140. <input type="text" name="query">
  141. <input type="hidden" name="group" value="gmane.emacs.orgmode">
  142. <input type="submit" value="Search gmane.emacs.orgmode">
  143. </form>
  144. </li>
  145. </ul></div>
  146. <div class="outline-3">
  147. <h3 id="sec-8">Worg - user-driven knowledge-base about org-mode</h3>
  148. <p>
  149. <a href="http://129.199.80.1/~guerry/worg/">Worg</a>, created by <a href="http://www.cognition.ens.fr/~guerry/">Bastien Guerry</a>, is a setup to allow users to jointly
  150. edit a number of Org-mode files containing documentation about
  151. Org-mode. This is something like a wiki. If you'd like to contribute
  152. your own setup, screenshots, tutorials etc, please go to <a href="http://129.199.80.1/~guerry/worg/">the Worg page</a>, and start from there.
  153. </p>
  154. </div>
  155. <div class="outline-3">
  156. <h3 id="sec-9">Tutorials</h3>
  157. <p>
  158. <a href="http://www.legito.net/worg/org-tutorials/index.php">Tutorials and screencasts</a> are maintained by the <a href="http://www.legito.net/worg">Worg project</a>.
  159. </p>
  160. </div>
  161. <div class="outline-3">
  162. <h3 id="sec-10">Survey</h3>
  163. <p>
  164. In November 2007, Charles Cave organized a survey among Org-mode
  165. users. The answers given in this survey can be found <a href="survey.html">here</a>.
  166. </p>
  167. </div>
  168. <div class="outline-3">
  169. <h3 id="sec-11">Org-mode, GTD and other task management systems </h3>
  170. <p>Org-mode is flexible enough to implement many different ways of
  171. organizing your projects. A frequently discusses scheme is <a href="http://www.davidco.com/">David Allen's</a> strategy for <a href="http://en.wikipedia.org/wiki/GTD">Getting Things Done</a>. But it is clearly not
  172. the only way to us Org-mode for planning. Here are a couple of
  173. links related to this topic.
  174. </p>
  175. <ul>
  176. <li>
  177. <a href="http://johnwiegley.com">John Wiegley</a> has written an excellent document describing his
  178. way of using Org-mode as a <a href="http://johnwiegley.com/org.mode.day.planner.html">day planner</a>. See also some later
  179. messages for enhancements of his setup:
  180. <a href="http://article.gmane.org/gmane.emacs.orgmode/2963">emacs-orgmode-2962</a>, <a href="http://article.gmane.org/gmane.emacs.orgmode/3629">emacs-orgmode-3629</a>
  181. </li>
  182. <li>
  183. <a href="http://members.optusnet.com.au/charles57/Creative/">Charles Cave</a> has written an <a href="http://members.optusnet.com.au/~charles57/GTD/orgmode.html">article/tutorial</a> about the basic
  184. elements of GTD and how he implements them in Org-mode. There
  185. is also a <a href="http://129.199.80.1/~guerry/org-gtd.html">french translation</a> of this document.
  186. </li>
  187. <li>
  188. There have been several threads on emacs-orgmode@gnu.org related
  189. to GTD, the most important ones are:
  190. <ul>
  191. <li>
  192. <a href="http://thread.gmane.org/gmane.emacs.orgmode/683">Another GTD question</a>, which contains a discussion about basic
  193. GTD aspects. It also contains this
  194. </li>
  195. <li>
  196. <a href="http://article.gmane.org/gmane.emacs.orgmode/715">Post by Carsten</a> summarizing several options for implementing
  197. GTD in org-mode.
  198. </li>
  199. <li>
  200. <a href="http://thread.gmane.org/gmane.emacs.orgmode/523">GTD, Projects and Next Actions in org-mode</a> is a thread where
  201. several people describe their personal setup is
  202. </li>
  203. <li>
  204. The <a href="http://thread.gmane.org/gmane.emacs.orgmode/4915">SOMEDAY/MAYBE vs. low priorities</a> thread contains a
  205. discussion about priorities that is quite instructive.
  206. </li>
  207. <li>
  208. Here is a <a href="http://thread.gmane.org/gmane.emacs.orgmode/4832/focus%3D4854">very instructive post</a> by Pete Phillips explaining
  209. why David Allens book is where you should start to learn GTD,
  210. and that the Internet and Org-mode only come into the game
  211. later, when thinking about the implementation. And since
  212. doing GTD the right way will give you lots of free time, don't
  213. forget to listen to <a href="http://www.detox-jazz.co.uk/">Pete's music</a>!
  214. </li>
  215. </ul></li>
  216. <li>
  217. Also on the web you can find information about how people are
  218. setting up Org-mode to fit their habits. A few examples:
  219. <ul>
  220. <li>
  221. This <a href="http://www.brool.com/?p=82">blog post</a> shows a very simple and clear GTD setup.
  222. </li>
  223. </ul></li>
  224. </ul></div>
  225. <div class="outline-3">
  226. <h3 id="sec-12">Add-Ons</h3>
  227. <ul>
  228. <li>
  229. <a href="http://www.cl.cam.ac.uk/~pz215/">Piotr Zielinski</a> wrote <a href="http://www.cl.cam.ac.uk/~pz215/files/org-mouse.el">org-mouse.el</a> which is now distributed with
  230. Org-mode. It implements great mouse support for many functions in
  231. org-mode.
  232. </li>
  233. <li>
  234. <a href="http://dto.freeshell.org/notebook/">David O'Toole</a> is the author of <a href="http://dto.freeshell.org/e/org-publish.el">org-publish.el</a>. While this is
  235. now part of the Org-mode distribution, you might find the newest
  236. bug fixes and developments at his <a href="http://dto.freeshell.org/notebook/OrgMode.html">Org-mode page</a>, along with
  237. several other projects like <i>org-blog.el</i> and
  238. <i>org-publish-escript.el</i>.
  239. </li>
  240. <li>
  241. <a href="http://www.cognition.ens.fr/~guerry/">Bastien Guerry</a> has been really prolific in writing interesting
  242. add-ons, all available at his <a href="http://www.cognition.ens.fr/~guerry/bastien-org-mode.html">org-mode page</a>:
  243. <ul>
  244. <li>
  245. a package for using Org-mode as the basis for blogging
  246. </li>
  247. <li>
  248. a LaTeX exporter that is now distributed together with
  249. org-mode
  250. </li>
  251. <li>
  252. a special table-of-contents buffer that simplifies navigation
  253. </li>
  254. <li>
  255. a registry to find locations that link a specific document.
  256. </li>
  257. </ul></li>
  258. <li>
  259. George C.F. Greve wrote <a href="http://www.emacswiki.org/emacs/org-mairix.el">org-mairix.el</a> to add links that trigger a
  260. mairix search.
  261. </li>
  262. </ul></div>
  263. <div class="outline-3">
  264. <h3 id="sec-13">Translators</h3>
  265. <p>
  266. I know about the following attempts to translate from and to
  267. Org-mode files:
  268. </p>
  269. <div class="outline-4">
  270. <h4 id="sec-14">Org-mode to XXX</h4>
  271. <ul>
  272. <li>
  273. <a href="http://www.cognition.ens.fr/~guerry/u/org2rem.el">From Org-mode to remind</a> by <a href="http://www.cognition.ens.fr/~guerry/">Bastien Guerry</a>.
  274. </li>
  275. <li>
  276. <a href="org-export-freemind-0.1.0.tar.gz">From Org-mode to Freemind</a> by Marco Vezzoli.
  277. </li>
  278. </ul></div>
  279. <div class="outline-4">
  280. <h4 id="sec-15">XXX to Org-mode</h4>
  281. <ul>
  282. <li>
  283. <a href="http://www.olafdietsche.de/palm/palm2orgmode.pl">From Palm TODO database to Orgmode</a>. This Translator was
  284. written by <a href="http://www.olafdietsche.de/">Olaf Dietsche</a>.
  285. </li>
  286. <li>
  287. From <a href="http://thread.gmane.org/gmane.emacs.orgmode/5073">Remind to Org</a> by Detlef Steuer.
  288. </li>
  289. </ul></div>
  290. <div class="outline-4">
  291. <h4 id="sec-16">Bi-directional</h4>
  292. <p>
  293. Unfortunately nothing so far.
  294. </p>
  295. </div>
  296. </div>
  297. <div class="outline-3">
  298. <h3 id="sec-17">Alternative distributions</h3>
  299. <ul>
  300. <li>
  301. Mark A. Hershberger has made some <a href="https://launchpad.net/~hexmode/+archive">Ubuntu packages</a> for org-mode.
  302. </li>
  303. </ul></div>
  304. <div class="outline-3">
  305. <h3 id="sec-18">Contributing to Org-mode</h3>
  306. <p>
  307. You can always contribute with ideas and bug reports on the mailing
  308. list. If you want to contribute a patch, code snippets, or a full
  309. add-on, this is very welcome too! However, I can only make it an
  310. official part of Org-mode if you have signed the papers with the
  311. Free Software Foundation. Org-mode is distributed as part of Emacs
  312. and must therefore adhere to strict rules about the copyright of
  313. all included material. If this is what you want to do, <a href="request-assign-future.txt">here</a> is the
  314. form that you have to fill in and send to the FSF. After you
  315. received the final copy with signatures, please scan it and send
  316. the scan to the maintainer.
  317. </p>
  318. </div>
  319. <div class="outline-3">
  320. <h3 id="sec-19">Future Development</h3>
  321. <p>
  322. Org-mode is still developing fast. The best way to stay up-to-date
  323. is to join the mailing list where the changes are developed and
  324. discusssed.
  325. </p>
  326. <p>
  327. Here is a loose <a href="todo.html">list of ideas</a> that are still to be processed
  328. somehow, when I get to it&hellip;
  329. </p>
  330. </div>
  331. </div>
  332. <div class="outline-2">
  333. <h2 id="sec-20">Related Software</h2>
  334. <p><a href="http://sachachua.com/wp/">Sacha Chua</a> about <a href="http://sachachua.com/wp/2007/12/26/emacs-choosing-between-org-and-planner/">Choosing between Planner and Org</a>.
  335. </p>
  336. </div>
  337. <div id="postamble"><p class="author"> Author: Carsten Dominik
  338. <a href="mailto:carsten at orgmode dot org">&lt;carsten at orgmode dot org&gt;</a>
  339. </p>
  340. <p class="date"> Date: 2008/02/19 09:14:54</p>
  341. </div></body>
  342. </html>