Change a heading in the FAQ
[Worg/babel-doc.git] / org-tutorials / index.org
blob9e74a8e01cbbab2e457eacfabe83a784e0fd4bcb
1 #+OPTIONS:    H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
2 #+STARTUP:    align fold nodlcheck hidestars oddeven lognotestate
3 #+SEQ_TODO:   TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
4 #+TAGS:       Write(w) Update(u) Fix(f) Check(c) NEW(n)
5 #+TITLE:      Org tutorials
6 #+AUTHOR:     Worg people
7 #+EMAIL:      bzg AT altern DOT org
8 #+LANGUAGE:   en
9 #+PRIORITIES: A C B
10 #+CATEGORY:   worg
12 # This file is the default header for new Org files in Worg.  Feel free
13 # to tailor it to your needs.
15 [[file:../index.org][{Back to Worg's index}]]
17 * General Introductions to Org-mode
19 - [[http://orgmode.org/GoogleTech.html][Google Tech Talk about Org-mode]], a 45 minute talk given by Carsten
20   Dominik during a visit at [[http://maps.google.com/%3Fq%3D37.423156,-122.084917%2B(Google%20Inc.)&hl%3Den][Google]].
22 - [[http://www.linuxjournal.com/article/9116][Getting Organized with Emacs Org-mode]] by [[http://www.planetizen.com/user/2][Abhijeet Chavan]], an article
23   originally published in the [[http://www.linuxjournal.com/][Linux Journal]].
25 - [[file:orgtutorial_dto.org][The OrgMode tutorial]] by [[http://dto.freeshell.org/notebook/][David O'Toole]], covering the basics of TODO
26   lists and the agenda.  It has been translated into [[file:orgtutorial_dto-fr.org][French]], [[http://hpcgi1.nifty.com/spen/index.cgi?OrgMode%2fOrgTutorial][Japanese]],
27   [[http://hokmen.chan.googlepages.com/OrgTutorial.en-cn.html][Chinese]], and [[http://jmjeong.com/index.php?display=Emacs/OrgMode][Korean]].
29 - [[http://jaderholm.com/screencasts.html][A 25 minute screencast]] by [[http://jaderholm.com][Scott Jaderholm]], demonstrating the basic
30   features of Org-mode.
32 - [[http://sachachua.com/wp/2008/01/18/outlining-your-notes-with-org/][Outlining Your Notes with Org]] by [[http://sachachua.com/wp/][Sacha Chua]] covers outlining,
33   searching and internal links.
35 - [[http://members.optusnet.com.au/~charles57/GTD/orgmode.html][Using Emacs org-mode for GTD]] by [[http://members.optusnet.com.au/~charles57/GTD/][Charles Cave]] contains an
36   introduction into Org-mode, among other things.  Charles has also
37   written a more extensive document ([[id:50A0DEB1-4B63-4CC4-840E-313615C4BAE3][see below]]), but here we still
38   link to the earlier version because of it's nice overview over
39   Org-mode.
41 - Emacs Org-mode, [[http://article.gmane.org/gmane.emacs.orgmode/8547][video version of a 2-hour talk]] by Russell Adams at
42   the [[http://www.hlug.org/][Houston Linux User Group]].  The first half of the first hour is
43   /not/ about Org-mode, but about the Linux command =xargs=.  Then
44   Russell introduces Org-mode, and, after letting the audience watch
45   [[http://orgmode.org/GoogleTech.html][Carsten's Google Tech Talk]] (not part of the video) gives a hands-on
46   demonstration about how he uses Org-mode.
49 * Powerusers describe their setup
50   :PROPERTIES:
51   :ID:       50A0DEB1-4B63-4CC4-840E-313615C4BAE3
52   :END:
54   In the following amazing documents, the authors describe the details
55   of their setup, along with the workflows they use to get organized
56   with Org-mode.  While as a beginner you probably should start with
57   only a simple setup, these documents are a fatastic source of
58   inspiration in which ways to grow your use of Org-mode.
60   - [[http://www.newartisans.com/2007/08/using-org-mode-as-a-day-planner.html][Using Org-mode as a day planner]] by [[http://johnwiegley.com][John Wiegley]] shows how to use
61     Org-mode after the fashion of a pen-and-paper day planner.
63   - [[http://members.optusnet.com.au/~charles57/GTD/gtd_workflow.html][How I use Emacs and Org-mode to implement GTD]] by [[http://members.optusnet.com.au/~charles57/GTD/][Charles Cave]]
64     shows one method of doing GTD with org-mode and covers (among
65     other things) categories, effort estimates, tags, scheduling, and
66     custom agenda commands.
68   - [[http://doc.norang.ca/org-mode.html][Organize Your Life In Plain Text!]] by Bernt Hansen describes how to
69     use Org-mode to track and clock everything you work on.
71 * Tutorials on specific features
73 ** Lists
75 - A short [[http://lumiere.ens.fr/~guerry/org-playing-with-lists-screencast.php][screencast]] presenting a few features of plain lists, by
76   Bastien.
78 ** Tables, Spreadseet, Plotting
80 - [[file:tables.org][A very short introduction to tables in Org-mode]], by Bastien.
82 - [[file:org-spreadsheet-intro.org][A very short introduction to Org as a spreadsheet system]], by
83   Bastien.
85 - [[file:org-plot.org][Plotting tables in Org-Mode using org-plot]] by Eric Schulte
87 - [[file:org-R/org-R.org][Computing and data visualisation in Org using R]] by Dan Davison
89 - [[file:multitarget-tables.org][Using multiple-target tables and general formatting functions]] by
90   [[http://claimid.com/ejr/][Jason Riedy]].
92 ** Dates and Times
94 - [[http://members.optusnet.com.au/~charles57/GTD/org_dates/][Using Dates and Times in Emacs Org-mode]] by [[http://members.optusnet.com.au/~charles57/GTD/][Charles Cave]].
96 - [[http://sachachua.com/wp/2007/12/30/clocking-time-with-emacs-org/][Clocking time with Emacs Org]] by [[http://sachachua.com/wp/][Sacha Chua]].
98 ** Tags, Properties, and Column View
100 - [[http://sachachua.com/wp/2008/01/04/tagging-in-org-plus-bonus-code-for-timeclocks-and-tags/][Tagging in Org]] by [[http://sachachua.com/wp/][Sacha Chua]].
102 - [[http://thread.gmane.org/gmane.emacs.orgmode/5107/focus%3D5134][What's the use of Column View?]] by Christian Egli is a short tutorial
103   about Column View that was sent to [[http://news.gmane.org/gmane.emacs.orgmode][emacs-orgmode@gnu.org]].
105 - [[file:org-column-view-tutorial.org][Emacs Org's Column View]] by [[http://www.cognition.ens.fr/~guerry/][Bastien]], with an accompanying [[http://www.cognition.ens.fr/~guerry/org-column-screencast.php][screencast]].
107 ** Remember
109 - [[http://members.optusnet.com.au/~charles57/GTD/remember.html][Remember mode tutorial]] by [[http://members.optusnet.com.au/~charles57/GTD/][Charles Cave]].
111 - [[http://sachachua.com/wp/2007/10/05/remembering-to-org-and-planner/][Remembering to Org and Planner]] by [[http://sachachua.com/wp/][Sacha Chua]].
113 ** Capture
115 - [[file:org-protocol-custom-handler.org][Defining custom handlers for use with org-protocol]] by Sebastian Rose
117 ** Agenda
119 - [[file:org-custom-agenda-commands.org][Using custom agenda commands]] by Matt Lundin
121 ** Customization
123 - [[file:org-customize.org][Using customize to find and set options]] by Carsten Dominik.
125 ** Export and Publishing
127 - [[file:org-publish-html-tutorial.org][Publishing Org-mode files to HTML]], covering the basics of publishing
128   to HTML, by Sebastian Rose.
129 - [[file:org-publish-layersmenu.org][Phplayersmenu and HTML publishing]], shows how to create and maintain JavaScript
130   menus (Phplayermenu) for HTML export, by Sebastian Rose.
133 * Special tasks
135 ** Natural Project Planning
137 - [[http://members.optusnet.com.au/~charles57/GTD/][Charles Cave]] about using Org-mode to implement [[http://members.optusnet.com.au/~charles57/GTD/Natural_Project_Planning.html][Natural Project
138   Planning]] according to David Allen.
140 ** Tracking Habits
142 - [[file:tracking-habits.org][Tracking habits with org-mode]], by Matt Lundin.
144 ** Using version Control with Your org files
145 - [[file:org-vcs.org][Using version control with your org files]], by Ian Barton.
147 * Personal Setup
149   See also [[id:50A0DEB1-4B63-4CC4-840E-313615C4BAE3][Powerusers describe their setup]]
151   - [[http://sachachua.com/wp/][Sacha Chua]] about [[http://sachachua.com/wp/2007/12/22/a-day-in-a-life-with-org/][A day in a life with Org]] and about the basics of
152     [[http://sachachua.com/wp/2007/12/28/emacs-getting-things-done-with-org-basic/][Getting Things Done with Org]]
154   - David O'Toole explains his setup in [[http://thread.gmane.org/gmane.emacs.orgmode/4832][this post]].
156   - This [[http://www.brool.com/?p=82][blog post]] shows a very simple and clear GTD setup.
158   - Manuel Hermenegildo describes his [[http://thread.gmane.org/gmane.emacs.orgmode/6701/focus%3D6732][Setup for collaborative work
159     using Org]].
161 * Features waiting for tutorials
163 - The Clock Table
164 - Sparse Trees
165 - Hyperlinks
166 - Using TODO states
167 - Using TAGS
168 - LaTeX export
169 - Embedded LaTeX
170 - Using orgtbl-mode in LaTeX
172 * Org-related pages by Tutorial authors
174 Here are the pages of a number of people that write for or about
175 Org-mode:
177   - [[http://www.newartisans.com][John Wiegley]]
179   - [[http://members.optusnet.com.au/~charles57/GTD/][Charles Cave]]
181   - [[http://sachachua.com/wp/][Sacha Chua]]
183   - [[http://www.cognition.ens.fr/~guerry/][Bastien Guerry]]