Fix typos and improve layout
[Worg.git] / index.org
blob06d56a968845d0e205e3ff3831f45b043b4d7fc8
1 #+STARTUP:    align fold nodlcheck hidestars oddeven intestate
2 #+SEQ_TODO:   TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
3 #+TAGS:       Write(w) Update(u) Fix(f) Check(c)
4 #+TITLE:      Hello Worg, the Org-Mode Community!
5 #+AUTHOR:     Worg people
6 #+EMAIL:      mdl AT imapmail DOT org
7 #+LANGUAGE:   en
8 #+PRIORITIES: A C B
9 #+CATEGORY:   worg
10 #+OPTIONS:    H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
12 #+BEGIN: timestamp :string "Last update: " :format "%Y-%m-%d @ %H:%M"
14 #+END:
16 # Ignore this comment
18 # For this dynamic block to work, you need to add code/elisp/worg.el in
19 # your load-path.
21 # Let say that you like [[http://www.gnu.org/software/emacs/][Emacs]] and that you like using [[http://orgmode.org][org-mode]] for editing
22 # structured files in Emacs.  Then you might want to /share/ some =.org=
23 # files and ask people to edit them with you.  This is what *Worg* is [[file:worg-about.org][about]]:
24 # collaboratively editing Org files to build a knowledge database about
25 # =.org= itself (and planning-related stuff.)
27 #+BEGIN_HTML
28 <form action="http://www.google.com/cse" id="cse-search-box">
29   <div>
30     <input type="hidden" name="cx" value="002987994228320350715:z4glpcrritm" />
31     <input type="hidden" name="ie" value="UTF-8" />
32     <input type="text" name="q" size="31" />
33     <input type="submit" name="sa" value="Search" />
34   </div>
35 </form>
36 <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
37 #+END_HTML
39 # We put true links to the server, as sitemap.org and theindex.org are
40 # generated on the server during the publication
41 Worg [[http://orgmode.org/worg/sitemap.html][sitemap]] and [[http://orgmode.org/worg/theindex.html][index]] [Under development]
43 * Introduction to Org-Mode (and Worg)
45 [[http://orgmode.org][Org-mode]] is a powerful system for organizing your complex life with simple
46 plain-text files.  It seamlessly integrates all your notes, mindmaps, TODO
47 lists, calendar, day planner, and project schedules into a single system
48 that can be easily searched (e.g. by grep), encrypted (e.g. by [[http://www.gnupg.org/][GnuPG]]),
49 backed up and synced (e.g.  by Dropbox), imported/exported, and accessed on
50 the go (e.g. on an iPhone or Android smartphone).  It can even be used for
51 authoring web pages and documents.
53 Check out some [[file:org-screenshots.org][screenshots of Org-mode]] in action.  See [[file:org-quotes.org][what people have to say]] about
54 Org-mode, and read a few [[file:org-testimonies/index.org][user stories]]!
56 Org-mode is distributed as part of the popular [[http://www.gnu.org/software/emacs/][Emacs]] text editor and runs wherever
57 Emacs runs, including on Linux, Windows, and Mac.
58 Written by Carsten Dominik, it is currently maintained by Bastien Guerry
59 and used by many helpful people who, like you, are desperate to get and stay
60 organized.
62 The page you're reading is part of =Worg=, a section of the [[http://orgmode.org/][Org-mode web site]]
63 that is written by a volunteer community of Org-mode fans.
64 It includes tutorials, ideas, code snippets, etc., shared to make your introduction
65 and customization of Org-mode as easy as possible.  Worg is maintained by
66 Matthew Lundin, a group of [[file:worgers.org][Worg contributors]], and maybe [[file:worg-todo.org][you]].
68 * Org-Mode Resources
69   :PROPERTIES:
70   :ID:       A6F83C16-B1B9-405A-B996-8D2CA1274DEB
71   :END:
73 ** Learn Org-Mode
75 - [[http://orgmode.org/][Org-mode Main Page]]      : The official page for Org-mode
76 - [[file:org-tutorials/index.org][Org-mode Tutorials]]      : Your best starting point
77 - [[file:org-glossary.org][Org-mode Glossary]]       : An explanation of org-mode terminology
78 - [[http://orgmode.org/manual/index.html][Org-mode Manual]]       : Extensive and complete documentation
79 - [[file:org-configs/index.org][Org-mode configuration]]  : Beginner's customization guide, examples, survey,
80   and a list of all hooks
82 ** Get Help with Org-Mode
84 - [[file:org-faq.org][Org-mode FAQ]]      : Check here before writing to the mailing list
85 - [[file:org-mailing-list.org][Org-mode Mailing List]]   : For unanswered questions, suggestions, and
86   discussion
87 - Org-mode IRC Channel    : For live Q&A, go to #org-mode on [[http://freenode.net/][Freenode]]
89 ** Use Org-Mode Effectively
91 - Use Org-mode as a [[file:org-gtd-etc.org][task management system]] (perfect for GTD and the
92   Pomodoro Technique)
93 - Author [[file:org-blog-wiki.org][Blogs and Wikis with Org-mode]] (see [[file:org-web.org][example web wages]])
94 - Integrate [[file:org-mac.org][Org-mode with Mac OS X]]
96 ** Dive Deeper into Org-Mode
98 - [[file:org-blog-articles.org][Blog posts]]              : Read a variety of articles from introductions to
99   specific customizations
100 - [[file:org-hacks.org][Org-mode Hacks]]          : Copy code snippets from other users
101 - [[file:org-contrib/babel/index.html][Org Babel]] : Learn about [[http://en.wikipedia.org/wiki/Literate_programming][Literate programming]] within Org-mode
102 - Tools
103   - [[file:org-translators.org][Org-mode conversion tools]]  : Import into and export out of Org-mode
104   - [[file:org-tools/index.org][Org-mode parsing libraries]] : Parse and analyze .org files
105 - [[file:org-dependencies.org][Org-mode dependencies]] : Dependencies on external packages for advanced
106   functionality [Work in progress]
108 ** Check Out Third-Party Contributions
110 - [[file:org-contrib/index.org][Contributed packages]], including extensive documentation
111 - Repository of contributed code:
112   1. the =contrib/= directory of the Org-mode package
113   2. the [[http://orgmode.org/worg/code/][code]] directory of Worg
114      - [[http://orgmode.org/worg/code/org-info-js][org-info-js]] by Sebastian Rose: great javascript
115        tool to navigate through a HTML page (as exported by Org) the way you
116        navigate through an Org or an info manual, i.e. supporting folding,
117        previous/next buttons, etc.
118 - [[file:org-devel.org][Additions under development]]
121 # FIXME: should we add this?
123 #- [[file:org-survey.org][Org survey results]]
124 #- [[file:org-code/index.org][Org add-ons]] should be documented here and maybe not in the manual?
126 * Join the Community
128 - Check out the list of [[file:worgers.org][Worgers and their User Pages]] and a few
129   [[file:org-people.org][profiles of the Org-mode Community]] (with photos ☺)
130 - Meet other users in the flesh at [[file:orgcamps.org][OrgCamps]]
132 ** Help out
134 - Improve Worg by sharing your knowledge about Org-mode: see [[Maintenance of Worg]].
135 - Improve Org-mode:
136   - Send [[http://orgmode.org/org.html#Feedback][bug reports]] after checking the [[file:org-issues.org][issue tracker]]
137   - Help [[file:org-tests/index.org][test]]
138   - [[file:org-contribute.org][Contribute to Org-mode]]
140 * Maintenance of Worg
142 - Intro
143   - [[file:worg-about.org][About the Worg project]]
144   - [[file:worg-setup.org][How Worg is set up on the server]]
145   - [[file:worg-maintainance.org][About Worg maintainer and gardners]]
146 - Tasks
147   - [[file:worg-todo.org][The Worg TODO file]]
148 - Howtos
149   - [[file:worg-git.org][An introduction to git for Worgers]]
150   - [[file:worg-editing.org][Conventions and tools for editing Worg]]
151   - [[file:worg-git-ssh-key.org][How to create your own SSH key for repo.or.cz?]]
152 - Miscellaneous
153   - [[http://repo.or.cz/w/Worg.git][Recent changes to Worg]] (git log at repo.or.cz)
154   - [[http://orgmode.org/worg/sources/][Org-mode source documents of all Worg pages]]
156 ** Latest changes to the Worg git repository
158 #+begin_html
159 <script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Frepo.or.cz%2Fw%2FWorg.git%3Fa%3Drss&num=10&date=y&tz=+8&utf=y"  charset="UTF-8" type="text/javascript"></script>
160 #+end_html
162 Note: You can also subscribe to changes via [[http://repo.or.cz/w/Worg.git/rss][RSS]] or [[http://repo.or.cz/w/Worg.git/atom][ATOM]] (courtesy of repo.or.cz).
164 * Git'r done!
166 If you like losing your time by reading stuff on how to get organized,
167 go and check the [[file:gitrdone.org][Git'r done!]] page..