Removed forgotten (debug).
[org-mode.git] / ORGWEBPAGE / tutorials.html
blobb15c67e502d3edf8f747918ae5cef350fa34e7eb
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/01/20 09:11:36"/>
10 <meta name="author" content="Carsten Dominik"/>
11 <style type="text/css">
12 html {
13 font-family: Times, serif;
14 font-size: 12pt;
16 .title { text-align: center; }
17 .todo { color: red; }
18 .done { color: green; }
19 .timestamp { color: grey }
20 .timestamp-kwd { color: CadetBlue }
21 .tag { background-color:lightblue; font-weight:normal }
22 .target { background-color: lavender; }
23 pre {
24 border: 1pt solid #AEBDCC;
25 background-color: #F3F5F7;
26 padding: 5pt;
27 font-family: courier, monospace;
29 table { border-collapse: collapse; }
30 td, th {
31 vertical-align: top;
32 <!--border: 1pt solid #ADB9CC;-->
34 </style>
35 </head><body>
36 <h1 class="title">Org-Mode Tutorials, Blogposts, and Screenscasts</h1>
38 <p>
39 This page lists tutorials, screencasts, and extensive blog posts about
40 <a href="http://orgmode.org">Org-mode</a>
41 </p>
44 <BASE href="http://orgmode.org/tutorials.html">
47 <div id="table-of-contents">
48 <h2>Table of Contents</h2>
49 <ul>
50 <li><a href="#sec-1">General Introductions to Org-mode</a></li>
51 <li><a href="#sec-2">Special features</a>
52 <ul>
53 <li><a href="#sec-3">Sparse Trees</a></li>
54 <li><a href="#sec-4">Tables</a></li>
55 <li><a href="#sec-5">The Spreadsheet: Org-mode and Calc</a></li>
56 <li><a href="#sec-6">Hyperlinks</a></li>
57 <li><a href="#sec-7">Using TODO states</a></li>
58 <li><a href="#sec-8">Using TAGS&nbsp;&nbsp;&nbsp;<span class="tag"> NEW</span></a></li>
59 <li><a href="#sec-9">Complex searches for Tags, TODO keywords and Properties</a></li>
60 <li><a href="#sec-10">Timestamps, Appointments etc</a></li>
61 <li><a href="#sec-11">The Clock Table&nbsp;&nbsp;&nbsp;<span class="tag"> NEW</span></a></li>
62 <li><a href="#sec-12">Using Remember Templates&nbsp;&nbsp;&nbsp;<span class="tag"> NEW</span></a></li>
63 <li><a href="#sec-13">Properties and Column View</a></li>
64 <li><a href="#sec-14">Custom Agenda Commands</a></li>
65 <li><a href="#sec-15">Embedded LaTeX</a></li>
66 <li><a href="#sec-16">HTML export</a></li>
67 <li><a href="#sec-17">LaTeX export</a></li>
68 <li><a href="#sec-18">Publishing</a></li>
69 <li><a href="#sec-19">Using orgtbl-mode in LaTeX</a></li>
70 </ul>
71 </li>
72 <li><a href="#sec-20">Special tasks</a>
73 <ul>
74 <li><a href="#sec-21">Natural Project Planning&nbsp;&nbsp;&nbsp;<span class="tag"> NEW</span></a></li>
75 </ul>
76 </li>
77 <li><a href="#sec-22">Personal Setup</a>
78 <ul>
79 <li><a href="#sec-23">Extensive documents</a></li>
80 <li><a href="#sec-24">Short descriptions</a></li>
81 </ul>
82 </li>
83 <li><a href="#sec-25">Org-related pages by Tutorial authors</a></li>
84 </ul>
85 </div>
87 <div class="outline-2">
88 <h2 id="sec-1">General Introductions to Org-mode</h2>
91 <ul>
92 <li>
93 <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
94 lists and the agenda. It has been translated into <a href="http://www.cognition.ens.fr/~guerry/orgtutorialfr.html">French</a>,
95 <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>.
97 </li>
98 <li>
99 <a href="http://jaderholm.com/screencasts.html">A 25 minute screencast</a> by <a href="http://jaderholm.com">Scott Jaderholm</a>, demonstrating the basic
100 features of Org-mode.
102 </li>
103 <li>
104 <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,
105 searching and internal links.
106 </li>
107 <li>
108 <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
109 article originally published in the <a href="http://www.linuxjournal.com/">Linux Journal</a>.
111 </li>
112 </ul></div>
114 <div class="outline-2">
115 <h2 id="sec-2">Special features</h2>
119 <div class="outline-3">
120 <h3 id="sec-3">Sparse Trees</h3>
122 <p><i>Your chance for everlasting fame</i>
123 </p></div>
125 <div class="outline-3">
126 <h3 id="sec-4">Tables</h3>
128 <p><i>Your chance for everlasting fame</i>
129 </p></div>
131 <div class="outline-3">
132 <h3 id="sec-5">The Spreadsheet: Org-mode and Calc</h3>
134 <p><i>Your chance for everlasting fame</i>
135 </p></div>
137 <div class="outline-3">
138 <h3 id="sec-6">Hyperlinks</h3>
140 <p><i>Your chance for everlasting fame</i>
141 </p></div>
143 <div class="outline-3">
144 <h3 id="sec-7">Using TODO states</h3>
146 <p><i>Your chance for everlasting fame on the Org-mode homepage</i>
147 </p></div>
149 <div class="outline-3">
150 <h3 id="sec-8">Using TAGS &nbsp;&nbsp;&nbsp;<span class="tag">NEW</span></h3>
152 <ul>
153 <li>
154 <a href="http://sachachua.com/wp/">Sacha Chua</a> about <a href="http://sachachua.com/wp/2008/01/04/tagging-in-org-plus-bonus-code-for-timeclocks-and-tags/">Tagging in Org</a>.
155 </li>
156 </ul></div>
158 <div class="outline-3">
159 <h3 id="sec-9">Complex searches for Tags, TODO keywords and Properties</h3>
161 <p><i>Your chance for everlasting fame</i>
162 </p></div>
164 <div class="outline-3">
165 <h3 id="sec-10">Timestamps, Appointments etc</h3>
167 <ul>
168 <li>
169 <a href="http://members.optusnet.com.au/~charles57/GTD/org_dates/">Using Dates and Times in Emacs Org-mode</a> by Charles Cave.
170 </li>
171 </ul></div>
173 <div class="outline-3">
174 <h3 id="sec-11">The Clock Table &nbsp;&nbsp;&nbsp;<span class="tag">NEW</span></h3>
176 <ul>
177 <li>
178 <a href="http://sachachua.com/wp/">Sacha Chua</a> about <a href="http://sachachua.com/wp/2007/12/30/clocking-time-with-emacs-org/">Clocking time with Emacs Org</a>.
179 </li>
180 </ul></div>
182 <div class="outline-3">
183 <h3 id="sec-12">Using Remember Templates &nbsp;&nbsp;&nbsp;<span class="tag">NEW</span></h3>
185 <ul>
186 <li>
187 <a href="http://sachachua.com/wp/">Sacha Chua</a> about <a href="http://sachachua.com/wp/2007/10/05/remembering-to-org-and-planner/">Remembering to Org and Planner</a>.
188 </li>
189 </ul></div>
191 <div class="outline-3">
192 <h3 id="sec-13">Properties and Column View</h3>
194 <ul>
195 <li>
196 <a href="http://www.cognition.ens.fr/~guerry/">Bastien Guerry</a> has a <a href="http://www.cognition.ens.fr/~guerry/org-column-view-tutorial.html">tutorial about column view</a> and
197 demonstrates column view live in this <a href="http://www.cognition.ens.fr/~guerry/org-column-screencast.html">screencast</a>.
198 </li>
199 <li>
200 Christian Egli has created a <a href="http://thread.gmane.org/gmane.emacs.orgmode/5107/focus%3D5134">mini-tutorial for using column view</a>
201 and posted it to <a href="http://news.gmane.org/gmane.emacs.orgmode">emacs-orgmode@gnu.org</a>
202 </li>
203 </ul></div>
205 <div class="outline-3">
206 <h3 id="sec-14">Custom Agenda Commands</h3>
208 <p><i>Your chance for everlasting fame</i>
209 </p></div>
211 <div class="outline-3">
212 <h3 id="sec-15">Embedded LaTeX</h3>
214 <p><i>Your chance for everlasting fame</i>
215 </p></div>
217 <div class="outline-3">
218 <h3 id="sec-16">HTML export</h3>
220 <p><i>Your chance for everlasting fame</i>
221 </p></div>
223 <div class="outline-3">
224 <h3 id="sec-17">LaTeX export</h3>
226 <p><i>Your chance for everlasting fame</i>
227 </p></div>
229 <div class="outline-3">
230 <h3 id="sec-18">Publishing</h3>
232 <p><i>Your chance for everlasting fame</i>
233 </p></div>
235 <div class="outline-3">
236 <h3 id="sec-19">Using orgtbl-mode in LaTeX</h3>
238 <p><i>Your chance for everlasting fame</i>
239 </p>
240 </div>
241 </div>
243 <div class="outline-2">
244 <h2 id="sec-20">Special tasks</h2>
248 <div class="outline-3">
249 <h3 id="sec-21">Natural Project Planning &nbsp;&nbsp;&nbsp;<span class="tag">NEW</span></h3>
251 <ul>
252 <li>
253 <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.
255 </li>
256 </ul></div>
257 </div>
259 <div class="outline-2">
260 <h2 id="sec-22">Personal Setup</h2>
264 <div class="outline-3">
265 <h3 id="sec-23">Extensive documents</h3>
268 <ul>
269 <li>
270 <a href="http://johnwiegley.com">John Wiegley</a> about <a href="http://johnwiegley.com/org.mode.day.planner.html">using Org-mode as a day planner</a>.
272 </li>
273 <li>
274 <a href="http://members.optusnet.com.au/charles57/Creative/">Charles Cave</a> about <a href="http://members.optusnet.com.au/~charles57/GTD/orgmode.html">GTD and Org-mode</a>.
276 </li>
277 <li>
278 <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
279 <a href="http://sachachua.com/wp/2007/12/28/emacs-getting-things-done-with-org-basic/">Getting Things Done with Org</a>
281 </li>
282 <li>
283 <i>Your chance for everlasting fame</i>
285 </li>
286 </ul></div>
288 <div class="outline-3">
289 <h3 id="sec-24">Short descriptions</h3>
292 <ul>
293 <li>
294 David O'Toole explains his setup in <a href="http://thread.gmane.org/gmane.emacs.orgmode/4832">this post</a>.
296 </li>
297 <li>
298 This <a href="http://www.brool.com/?p=82">blog post</a> shows a very simple and clear GTD setup.
300 </li>
301 <li>
302 <i>Your chance for everlasting fame</i>
305 </li>
306 </ul></div>
307 </div>
309 <div class="outline-2">
310 <h2 id="sec-25">Org-related pages by Tutorial authors</h2>
314 Here are the pages of a number of people that write for or about
315 Org-mode
316 </p>
317 <ul>
318 <li>
319 <a href="http://johnwiegley.com">John Wiegley</a>
321 </li>
322 <li>
323 <a href="http://members.optusnet.com.au/charles57/Creative/">Charles Cave</a>
325 </li>
326 <li>
327 <a href="http://sachachua.com/wp/">Sacha Chua</a>
329 </li>
330 <li>
331 <a href="http://www.cognition.ens.fr/~guerry/">Bastien Guerry</a>
332 </li>
333 </ul>
334 </div>
335 <div id="postamble"><p class="author"> Author: Carsten Dominik
336 <a href="mailto:carsten at orgmode dot org">&lt;carsten at orgmode dot org&gt;</a>
337 </p>
338 <p class="date"> Date: 2008/01/20 09:11:36</p>
339 </div></body>
340 </html>