tutorials.html 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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 Tutorials, Blogposts, and Screenscasts</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/05 20: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 Tutorials, Blogposts, and Screenscasts</h1>
  14. <p>
  15. This page lists tutorials, screencasts, and extensive blog posts about
  16. <a href="http://orgmode.org">Org-mode</a>
  17. </p>
  18. <BASE href="http://orgmode.org/tutorials.html">
  19. <div id="table-of-contents">
  20. <h2>Table of Contents</h2>
  21. <ul>
  22. <li><a href="#sec-1">General Introductions to Org-mode</a></li>
  23. <li><a href="#sec-2">Special features</a>
  24. <ul>
  25. <li><a href="#sec-3">Sparse Trees</a></li>
  26. <li><a href="#sec-4">Tables</a></li>
  27. <li><a href="#sec-5">The Spreadsheet: Org-mode and Calc</a></li>
  28. <li><a href="#sec-6">Hyperlinks</a></li>
  29. <li><a href="#sec-7">Using TODO states</a></li>
  30. <li><a href="#sec-8">Using TAGS&nbsp;&nbsp;&nbsp;<span class="tag"> NEW</span></a></li>
  31. <li><a href="#sec-9">Complex searches for Tags, TODO keywords and Properties</a></li>
  32. <li><a href="#sec-10">Timestamps, Appointments etc</a></li>
  33. <li><a href="#sec-11">The Clock Table&nbsp;&nbsp;&nbsp;<span class="tag"> NEW</span></a></li>
  34. <li><a href="#sec-12">Using Remember Templates&nbsp;&nbsp;&nbsp;<span class="tag"> NEW</span></a></li>
  35. <li><a href="#sec-13">Properties and Column View</a></li>
  36. <li><a href="#sec-14">Custom Agenda Commands</a></li>
  37. <li><a href="#sec-15">Embedded LaTeX</a></li>
  38. <li><a href="#sec-16">HTML export</a></li>
  39. <li><a href="#sec-17">LaTeX export</a></li>
  40. <li><a href="#sec-18">Publishing</a></li>
  41. <li><a href="#sec-19">Using orgtbl-mode in LaTeX</a></li>
  42. </ul>
  43. </li>
  44. <li><a href="#sec-20">Special tasks</a>
  45. <ul>
  46. <li><a href="#sec-21">Natural Project Planning&nbsp;&nbsp;&nbsp;<span class="tag"> NEW</span></a></li>
  47. </ul>
  48. </li>
  49. <li><a href="#sec-22">Personal Setup</a>
  50. <ul>
  51. <li><a href="#sec-23">Extensive documents</a></li>
  52. <li><a href="#sec-24">Short descriptions</a></li>
  53. </ul>
  54. </li>
  55. <li><a href="#sec-25">Org-related pages by Tutorial authors</a></li>
  56. </ul>
  57. </div>
  58. <div class="outline-2">
  59. <h2 id="sec-1">General Introductions to Org-mode</h2>
  60. <ul>
  61. <li>
  62. <a href="http://dto.freeshell.org/notebook/OrgTutorial.html">The OrgMode tutorial</a> by <a href="http://dto.freeshell.org/notebook/">David O'Toole</a>, covering the basics of TODO
  63. lists and the agenda. It has been translated into <a href="http://www.cognition.ens.fr/~guerry/orgtutorialfr.html">French</a>,
  64. <a href="http://hpcgi1.nifty.com/spen/index.cgi?OrgMode%2fOrgTutorial">Japanese</a>, <a href="http://hokmen.chan.googlepages.com/OrgTutorial.en-cn.html">Chinese</a>, and <a href="http://jmjeong.com/index.php?display=Emacs/OrgMode">Korean</a>.
  65. </li>
  66. <li>
  67. <a href="http://jaderholm.com/screencasts.html">A 25 minute screencast</a> by <a href="http://jaderholm.com">Scott Jaderholm</a>, demonstrating the basic
  68. features of Org-mode.
  69. </li>
  70. <li>
  71. <a href="http://sachachua.com/wp/2008/01/18/outlining-your-notes-with-org/">Outlining Your Notes with Org</a> by <a href="http://sachachua.com/wp/">Sacha Chua</a> covers outlining,
  72. searching and internal links.
  73. </li>
  74. <li>
  75. <a href="http://www.linuxjournal.com/article/9116">Getting Organized with Emacs Org-mode</a> by <a href="http://www.geocities.com/abhijeet_chawan/">Abhijeet Chavan</a>, and
  76. article originally published in the <a href="http://www.linuxjournal.com/">Linux Journal</a>.
  77. </li>
  78. </ul></div>
  79. <div class="outline-2">
  80. <h2 id="sec-2">Special features</h2>
  81. <div class="outline-3">
  82. <h3 id="sec-3">Sparse Trees</h3>
  83. <p><i>Your chance for everlasting fame</i>
  84. </p></div>
  85. <div class="outline-3">
  86. <h3 id="sec-4">Tables</h3>
  87. <p><i>Your chance for everlasting fame</i>
  88. </p></div>
  89. <div class="outline-3">
  90. <h3 id="sec-5">The Spreadsheet: Org-mode and Calc</h3>
  91. <p><i>Your chance for everlasting fame</i>
  92. </p></div>
  93. <div class="outline-3">
  94. <h3 id="sec-6">Hyperlinks</h3>
  95. <p><i>Your chance for everlasting fame</i>
  96. </p></div>
  97. <div class="outline-3">
  98. <h3 id="sec-7">Using TODO states</h3>
  99. <p><i>Your chance for everlasting fame on the Org-mode homepage</i>
  100. </p></div>
  101. <div class="outline-3">
  102. <h3 id="sec-8">Using TAGS &nbsp;&nbsp;&nbsp;<span class="tag">NEW</span></h3>
  103. <ul>
  104. <li>
  105. <a href="http://sachachua.com/wp/2008/01/04/tagging-in-org-plus-bonus-code-for-timeclocks-and-tags/">Tagging in Org</a> by <a href="http://sachachua.com/wp/">Sacha Chua</a>.
  106. </li>
  107. </ul></div>
  108. <div class="outline-3">
  109. <h3 id="sec-9">Complex searches for Tags, TODO keywords and Properties</h3>
  110. <p><i>Your chance for everlasting fame</i>
  111. </p></div>
  112. <div class="outline-3">
  113. <h3 id="sec-10">Timestamps, Appointments etc</h3>
  114. <ul>
  115. <li>
  116. <a href="http://members.optusnet.com.au/~charles57/GTD/org_dates/">Using Dates and Times in Emacs Org-mode</a> by <a href="http://members.optusnet.com.au/charles57/Creative/">Charles Cave</a>.
  117. </li>
  118. </ul></div>
  119. <div class="outline-3">
  120. <h3 id="sec-11">The Clock Table &nbsp;&nbsp;&nbsp;<span class="tag">NEW</span></h3>
  121. <ul>
  122. <li>
  123. <a href="http://sachachua.com/wp/2007/12/30/clocking-time-with-emacs-org/">Clocking time with Emacs Org</a> by <a href="http://sachachua.com/wp/">Sacha Chua</a> .
  124. </li>
  125. </ul></div>
  126. <div class="outline-3">
  127. <h3 id="sec-12">Using Remember Templates &nbsp;&nbsp;&nbsp;<span class="tag">NEW</span></h3>
  128. <ul>
  129. <li>
  130. <a href="http://sachachua.com/wp/2007/10/05/remembering-to-org-and-planner/">Remembering to Org and Planner</a> by <a href="http://sachachua.com/wp/">Sacha Chua</a>.
  131. </li>
  132. </ul></div>
  133. <div class="outline-3">
  134. <h3 id="sec-13">Properties and Column View</h3>
  135. <ul>
  136. <li>
  137. <a href="http://www.cognition.ens.fr/~guerry/org-column-view-tutorial.html">Emacs Org's Column View</a> by <a href="http://www.cognition.ens.fr/~guerry/">Bastien Guerry</a>, with an accompanying
  138. <a href="http://www.cognition.ens.fr/~guerry/org-column-screencast.html">screencast</a>.
  139. </li>
  140. <li>
  141. <a href="http://thread.gmane.org/gmane.emacs.orgmode/5107/focus%3D5134">What's the use of Column View?</a> by Christian Egli is ashort
  142. tutorial about Column View that was sent to <a href="http://news.gmane.org/gmane.emacs.orgmode">emacs-orgmode@gnu.org</a>.
  143. </li>
  144. </ul></div>
  145. <div class="outline-3">
  146. <h3 id="sec-14">Custom Agenda Commands</h3>
  147. <p><i>Your chance for everlasting fame</i>
  148. </p></div>
  149. <div class="outline-3">
  150. <h3 id="sec-15">Embedded LaTeX</h3>
  151. <p><i>Your chance for everlasting fame</i>
  152. </p></div>
  153. <div class="outline-3">
  154. <h3 id="sec-16">HTML export</h3>
  155. <p><i>Your chance for everlasting fame</i>
  156. </p></div>
  157. <div class="outline-3">
  158. <h3 id="sec-17">LaTeX export</h3>
  159. <p><i>Your chance for everlasting fame</i>
  160. </p></div>
  161. <div class="outline-3">
  162. <h3 id="sec-18">Publishing</h3>
  163. <p><i>Your chance for everlasting fame</i>
  164. </p></div>
  165. <div class="outline-3">
  166. <h3 id="sec-19">Using orgtbl-mode in LaTeX</h3>
  167. <p><i>Your chance for everlasting fame</i>
  168. </p>
  169. </div>
  170. </div>
  171. <div class="outline-2">
  172. <h2 id="sec-20">Special tasks</h2>
  173. <div class="outline-3">
  174. <h3 id="sec-21">Natural Project Planning &nbsp;&nbsp;&nbsp;<span class="tag">NEW</span></h3>
  175. <ul>
  176. <li>
  177. <a href="http://members.optusnet.com.au/charles57/Creative/">Charles Cave</a> about using Org-mode to implement <a href="http://members.optusnet.com.au/~charles57/GTD/Natural_Project_Planning.html">Natural Project Planning</a> according to David Allen.
  178. </li>
  179. </ul></div>
  180. </div>
  181. <div class="outline-2">
  182. <h2 id="sec-22">Personal Setup</h2>
  183. <div class="outline-3">
  184. <h3 id="sec-23">Extensive documents</h3>
  185. <ul>
  186. <li>
  187. <a href="http://johnwiegley.com/org.mode.day.planner.html">Using Org-mode as a day planner</a> by <a href="http://johnwiegley.com">John Wiegley</a>.
  188. </li>
  189. <li>
  190. <a href="http://members.optusnet.com.au/~charles57/GTD/orgmode.html">Using Emacs org-mode for GTD</a> by <a href="http://members.optusnet.com.au/charles57/Creative/">Charles Cave</a>.
  191. </li>
  192. <li>
  193. <a href="http://sachachua.com/wp/">Sacha Chua</a> about <a href="http://sachachua.com/wp/2007/12/22/a-day-in-a-life-with-org/">A day in a life with Org</a> and about the basics of
  194. <a href="http://sachachua.com/wp/2007/12/28/emacs-getting-things-done-with-org-basic/">Getting Things Done with Org</a>
  195. </li>
  196. <li>
  197. <i>Your chance for everlasting fame</i>
  198. </li>
  199. </ul></div>
  200. <div class="outline-3">
  201. <h3 id="sec-24">Short descriptions</h3>
  202. <ul>
  203. <li>
  204. David O'Toole explains his setup in <a href="http://thread.gmane.org/gmane.emacs.orgmode/4832">this post</a>.
  205. </li>
  206. <li>
  207. This <a href="http://www.brool.com/?p=82">blog post</a> shows a very simple and clear GTD setup.
  208. </li>
  209. <li>
  210. <i>Your chance for everlasting fame</i>
  211. </li>
  212. </ul></div>
  213. </div>
  214. <div class="outline-2">
  215. <h2 id="sec-25">Org-related pages by Tutorial authors</h2>
  216. <p>
  217. Here are the pages of a number of people that write for or about
  218. Org-mode
  219. </p>
  220. <ul>
  221. <li>
  222. <a href="http://johnwiegley.com">John Wiegley</a>
  223. </li>
  224. <li>
  225. <a href="http://members.optusnet.com.au/charles57/Creative/">Charles Cave</a>
  226. </li>
  227. <li>
  228. <a href="http://sachachua.com/wp/">Sacha Chua</a>
  229. </li>
  230. <li>
  231. <a href="http://www.cognition.ens.fr/~guerry/">Bastien Guerry</a>
  232. </li>
  233. </ul>
  234. </div>
  235. <div id="postamble"><p class="author"> Author: Carsten Dominik
  236. <a href="mailto:carsten at orgmode dot org">&lt;carsten at orgmode dot org&gt;</a>
  237. </p>
  238. <p class="date"> Date: 2008/02/05 20:14:54</p>
  239. </div></body>
  240. </html>