123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml"
- lang="en" xml:lang="en">
- <head>
- <title>Org-Mode Tutorials, Blogposts, and Screenscasts</title>
- <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
- <meta name="generator" content="Org-mode"/>
- <meta name="generated" content="2008/01/20 09:11:36"/>
- <meta name="author" content="Carsten Dominik"/>
- <style type="text/css">
- html {
- font-family: Times, serif;
- font-size: 12pt;
- }
- .title { text-align: center; }
- .todo { color: red; }
- .done { color: green; }
- .timestamp { color: grey }
- .timestamp-kwd { color: CadetBlue }
- .tag { background-color:lightblue; font-weight:normal }
- .target { background-color: lavender; }
- pre {
- border: 1pt solid #AEBDCC;
- background-color: #F3F5F7;
- padding: 5pt;
- font-family: courier, monospace;
- }
- table { border-collapse: collapse; }
- td, th {
- vertical-align: top;
- <!--border: 1pt solid #ADB9CC;-->
- }
- </style>
- </head><body>
- <h1 class="title">Org-Mode Tutorials, Blogposts, and Screenscasts</h1>
- <p>
- This page lists tutorials, screencasts, and extensive blog posts about
- <a href="http://orgmode.org">Org-mode</a>
- </p>
- <BASE href="http://orgmode.org/tutorials.html">
- <div id="table-of-contents">
- <h2>Table of Contents</h2>
- <ul>
- <li><a href="#sec-1">General Introductions to Org-mode</a></li>
- <li><a href="#sec-2">Special features</a>
- <ul>
- <li><a href="#sec-3">Sparse Trees</a></li>
- <li><a href="#sec-4">Tables</a></li>
- <li><a href="#sec-5">The Spreadsheet: Org-mode and Calc</a></li>
- <li><a href="#sec-6">Hyperlinks</a></li>
- <li><a href="#sec-7">Using TODO states</a></li>
- <li><a href="#sec-8">Using TAGS <span class="tag"> NEW</span></a></li>
- <li><a href="#sec-9">Complex searches for Tags, TODO keywords and Properties</a></li>
- <li><a href="#sec-10">Timestamps, Appointments etc</a></li>
- <li><a href="#sec-11">The Clock Table <span class="tag"> NEW</span></a></li>
- <li><a href="#sec-12">Using Remember Templates <span class="tag"> NEW</span></a></li>
- <li><a href="#sec-13">Properties and Column View</a></li>
- <li><a href="#sec-14">Custom Agenda Commands</a></li>
- <li><a href="#sec-15">Embedded LaTeX</a></li>
- <li><a href="#sec-16">HTML export</a></li>
- <li><a href="#sec-17">LaTeX export</a></li>
- <li><a href="#sec-18">Publishing</a></li>
- <li><a href="#sec-19">Using orgtbl-mode in LaTeX</a></li>
- </ul>
- </li>
- <li><a href="#sec-20">Special tasks</a>
- <ul>
- <li><a href="#sec-21">Natural Project Planning <span class="tag"> NEW</span></a></li>
- </ul>
- </li>
- <li><a href="#sec-22">Personal Setup</a>
- <ul>
- <li><a href="#sec-23">Extensive documents</a></li>
- <li><a href="#sec-24">Short descriptions</a></li>
- </ul>
- </li>
- <li><a href="#sec-25">Org-related pages by Tutorial authors</a></li>
- </ul>
- </div>
- <div class="outline-2">
- <h2 id="sec-1">General Introductions to Org-mode</h2>
- <ul>
- <li>
- <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
- lists and the agenda. It has been translated into <a href="http://www.cognition.ens.fr/~guerry/orgtutorialfr.html">French</a>,
- <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>.
- </li>
- <li>
- <a href="http://jaderholm.com/screencasts.html">A 25 minute screencast</a> by <a href="http://jaderholm.com">Scott Jaderholm</a>, demonstrating the basic
- features of Org-mode.
- </li>
- <li>
- <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,
- searching and internal links.
- </li>
- <li>
- <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
- article originally published in the <a href="http://www.linuxjournal.com/">Linux Journal</a>.
- </li>
- </ul></div>
- <div class="outline-2">
- <h2 id="sec-2">Special features</h2>
- <div class="outline-3">
- <h3 id="sec-3">Sparse Trees</h3>
- <p><i>Your chance for everlasting fame</i>
- </p></div>
- <div class="outline-3">
- <h3 id="sec-4">Tables</h3>
- <p><i>Your chance for everlasting fame</i>
- </p></div>
- <div class="outline-3">
- <h3 id="sec-5">The Spreadsheet: Org-mode and Calc</h3>
- <p><i>Your chance for everlasting fame</i>
- </p></div>
- <div class="outline-3">
- <h3 id="sec-6">Hyperlinks</h3>
- <p><i>Your chance for everlasting fame</i>
- </p></div>
- <div class="outline-3">
- <h3 id="sec-7">Using TODO states</h3>
- <p><i>Your chance for everlasting fame on the Org-mode homepage</i>
- </p></div>
- <div class="outline-3">
- <h3 id="sec-8">Using TAGS <span class="tag">NEW</span></h3>
- <ul>
- <li>
- <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>.
- </li>
- </ul></div>
- <div class="outline-3">
- <h3 id="sec-9">Complex searches for Tags, TODO keywords and Properties</h3>
- <p><i>Your chance for everlasting fame</i>
- </p></div>
- <div class="outline-3">
- <h3 id="sec-10">Timestamps, Appointments etc</h3>
- <ul>
- <li>
- <a href="http://members.optusnet.com.au/~charles57/GTD/org_dates/">Using Dates and Times in Emacs Org-mode</a> by Charles Cave.
- </li>
- </ul></div>
- <div class="outline-3">
- <h3 id="sec-11">The Clock Table <span class="tag">NEW</span></h3>
- <ul>
- <li>
- <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>.
- </li>
- </ul></div>
- <div class="outline-3">
- <h3 id="sec-12">Using Remember Templates <span class="tag">NEW</span></h3>
- <ul>
- <li>
- <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>.
- </li>
- </ul></div>
- <div class="outline-3">
- <h3 id="sec-13">Properties and Column View</h3>
- <ul>
- <li>
- <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
- demonstrates column view live in this <a href="http://www.cognition.ens.fr/~guerry/org-column-screencast.html">screencast</a>.
- </li>
- <li>
- Christian Egli has created a <a href="http://thread.gmane.org/gmane.emacs.orgmode/5107/focus%3D5134">mini-tutorial for using column view</a>
- and posted it to <a href="http://news.gmane.org/gmane.emacs.orgmode">emacs-orgmode@gnu.org</a>
- </li>
- </ul></div>
- <div class="outline-3">
- <h3 id="sec-14">Custom Agenda Commands</h3>
- <p><i>Your chance for everlasting fame</i>
- </p></div>
- <div class="outline-3">
- <h3 id="sec-15">Embedded LaTeX</h3>
- <p><i>Your chance for everlasting fame</i>
- </p></div>
- <div class="outline-3">
- <h3 id="sec-16">HTML export</h3>
- <p><i>Your chance for everlasting fame</i>
- </p></div>
- <div class="outline-3">
- <h3 id="sec-17">LaTeX export</h3>
- <p><i>Your chance for everlasting fame</i>
- </p></div>
- <div class="outline-3">
- <h3 id="sec-18">Publishing</h3>
- <p><i>Your chance for everlasting fame</i>
- </p></div>
- <div class="outline-3">
- <h3 id="sec-19">Using orgtbl-mode in LaTeX</h3>
- <p><i>Your chance for everlasting fame</i>
- </p>
- </div>
- </div>
- <div class="outline-2">
- <h2 id="sec-20">Special tasks</h2>
- <div class="outline-3">
- <h3 id="sec-21">Natural Project Planning <span class="tag">NEW</span></h3>
- <ul>
- <li>
- <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.
- </li>
- </ul></div>
- </div>
- <div class="outline-2">
- <h2 id="sec-22">Personal Setup</h2>
- <div class="outline-3">
- <h3 id="sec-23">Extensive documents</h3>
- <ul>
- <li>
- <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>.
- </li>
- <li>
- <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>.
- </li>
- <li>
- <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
- <a href="http://sachachua.com/wp/2007/12/28/emacs-getting-things-done-with-org-basic/">Getting Things Done with Org</a>
- </li>
- <li>
- <i>Your chance for everlasting fame</i>
- </li>
- </ul></div>
- <div class="outline-3">
- <h3 id="sec-24">Short descriptions</h3>
- <ul>
- <li>
- David O'Toole explains his setup in <a href="http://thread.gmane.org/gmane.emacs.orgmode/4832">this post</a>.
- </li>
- <li>
- This <a href="http://www.brool.com/?p=82">blog post</a> shows a very simple and clear GTD setup.
- </li>
- <li>
- <i>Your chance for everlasting fame</i>
- </li>
- </ul></div>
- </div>
- <div class="outline-2">
- <h2 id="sec-25">Org-related pages by Tutorial authors</h2>
- <p>
- Here are the pages of a number of people that write for or about
- Org-mode
- </p>
- <ul>
- <li>
- <a href="http://johnwiegley.com">John Wiegley</a>
- </li>
- <li>
- <a href="http://members.optusnet.com.au/charles57/Creative/">Charles Cave</a>
- </li>
- <li>
- <a href="http://sachachua.com/wp/">Sacha Chua</a>
- </li>
- <li>
- <a href="http://www.cognition.ens.fr/~guerry/">Bastien Guerry</a>
- </li>
- </ul>
- </div>
- <div id="postamble"><p class="author"> Author: Carsten Dominik
- <a href="mailto:carsten at orgmode dot org"><carsten at orgmode dot org></a>
- </p>
- <p class="date"> Date: 2008/01/20 09:11:36</p>
- </div></body>
- </html>
|