New quote
[Worg.git] / index.org
blob0c69aa7d557a8c38d61e916cc51a891c8cbc71d6
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 ------------------------------------------------------------------------------
13 *Current discussion*: how would you reorganize [[file:org-faq.org][The Org-mode FAQ]]?
14 See [[http://thread.gmane.org/gmane.emacs.orgmode/31506/focus%3D31794][start of the discussion]].
16 *Current Work*: Updating and editing [[file:org-hacks.org][org-hacks]] and [[file:org-glossary.org][org-glossary]]
17 ------------------------------------------------------------------------------
19 #+BEGIN: timestamp :string "Last update: " :format "%Y-%m-%d @ %H:%M"
21 #+END:
23 # Ignore this comment
25 # For this dynamic block to work, you need to add code/elisp/worg.el in
26 # your load-path.
28 # Let say that you like [[http://www.gnu.org/software/emacs/][Emacs]] and that you like using [[http://orgmode.org][org-mode]] for editing
29 # structured files in Emacs.  Then you might want to /share/ some =.org=
30 # files and ask people to edit them with you.  This is what *Worg* is [[file:worg-about.org][about]]:
31 # collaboratively editing Org files to build a knowledge database about
32 # =.org= itself (and planning-related stuff.)
34 #+BEGIN_HTML
35 <form action="http://www.google.com/cse" id="cse-search-box">
36   <div>
37     <input type="hidden" name="cx" value="002987994228320350715:z4glpcrritm" />
38     <input type="hidden" name="ie" value="UTF-8" />
39     <input type="text" name="q" size="31" />
40     <input type="submit" name="sa" value="Search" />
41   </div>
42 </form>
43 <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
44 #+END_HTML
46 # We put true links to the server, as sitemap.org and theindex.org are
47 # generated on the server during the publication
48 Worg [[http://orgmode.org/worg/sitemap.html][sitemap]] and [[http://orgmode.org/worg/theindex.html][index]] [Under development]
50 * Introduction to Org-Mode (and Worg)
52 [[http://orgmode.org][Org-mode]] is a powerful system for organizing your complex life with simple
53 plain-text files.  It seamlessly integrates all your notes, mindmaps, TODO lists,
54 calendar, day planner, and project schedules into a single system that can be easily
55 searched (e.g. by grep), encrypted (e.g. by GnuPG), backed up and synced (e.g. 
56 by Dropbox), imported/exported, and accessed on the go (e.g. on an iPhone or Android
57 smartphone).
58 It can even be used for authoring web pages and documents.
60 Check out some [[file:org-screenshots.org][screenshots of Org-mode]] in action.  See [[file:org-quotes.org][what people have to say]] about
61 Org-mode, and read a few [[file:org-testimonies/index.org][user stories]]!
63 Org-mode is distributed as part of the popular [[http://www.gnu.org/software/emacs/][Emacs]] text editor and runs wherever
64 Emacs runs, including on Linux, Windows, and Mac.
65 Written by Carsten Dominik, it is currently maintained by Bastien Guerry
66 and used by many helpful people who, like you, are desperate to get and stay
67 organized.
69 The page you're reading is part of =Worg=, a section of the [[http://orgmode.org/][Org-mode web site]]
70 that is written by a volunteer community of Org-mode fans.
71 It includes tutorials, ideas, code snippets, etc., shared to make your introduction
72 and customization of Org-mode as easy as possible.  Worg is maintained by
73 Matthew Lundin, a group of [[file:worgers.org][Worg contributors]], and maybe [[file:worg-todo.org][you]].
75 * Org-Mode Resources
76   :PROPERTIES:
77   :ID:       A6F83C16-B1B9-405A-B996-8D2CA1274DEB
78   :END:
80 ** Learn Org-Mode
82 - [[http://orgmode.org/][Org-mode Main Page]]      : The official page for Org-mode
83 - [[file:org-tutorials/index.org][Org-mode Tutorials]]      : Your best starting point
84 - [[file:org-glossary.org][Org-mode Glossary]]       : An explanation of org-mode terminology
85 - [[http://orgmode.org/manual/index.html][Org-mode Manual]]       : Extensive and complete documentation
86 - [[file:org-configs/index.org][Org-mode configuration]]  : Beginner's customization guide, examples, survey,
87   and a list of all hooks
89 ** Get Help with Org-Mode
91 - [[file:org-faq.org][Org-mode FAQ]]      : Check here before writing to the mailing list
92 - [[file:org-mailing-list.org][Org-mode Mailing List]]   : For unanswered questions, suggestions, and
93   discussion
94 - Org-mode IRC Channel    : For live Q&A, go to #org-mode on [[http://freenode.net/][Freenode]]
96 ** Use Org-Mode Effectively
98 - Use Org-mode as a [[file:org-gtd-etc.org][task management system]] (perfect for GTD and the
99   Pomodoro Technique)
100 - Author [[file:org-blog-wiki.org][Blogs and Wikis with Org-mode]] (see [[file:org-web.org][example web wages]])
101 - Integrate [[file:org-mac.org][Org-mode with Mac OS X]]
103 ** Dive Deeper into Org-Mode
105 - [[file:org-blog-articles.org][Blog posts]]              : Read a variety of articles from introductions to
106   specific customizations
107 - [[file:org-hacks.org][Org-mode Hacks]]          : Copy code snippets from other users
108 - Tools
109   - [[file:org-translators.org][Org-mode conversion tools]]  : Import into and export out of Org-mode
110   - [[file:org-tools/index.org][Org-mode parsing libraries]] : Parse and analyze .org files
111 - [[file:org-dependencies.org][Org-mode dependencies]]   : Dependencies on external packages for advanced
112   functionality [Work in progress]
114 ** Check Out Third-Party Contributions
116 - [[file:org-contrib/index.org][Contributed packages]], including extensive documentation
117 - Repository of contributed code:
118   1. the =contrib/= directory of the Org-mode package
119   2. the [[http://orgmode.org/worg/code/][code]] directory of Worg
120      - [[http://orgmode.org/worg/code/org-info-js][org-info-js]] by Sebastian Rose: great javascript
121        tool to navigate through a HTML page (as exported by Org) the way you
122        navigate through an Org or an info manual, i.e. supporting folding,
123        previous/next buttons, etc.
124 - [[file:org-devel.org][Additions under development]]
127 # FIXME: should we add this?
129 #- [[file:org-survey.org][Org survey results]]
130 #- [[file:org-code/index.org][Org add-ons]] should be documented here and maybe not in the manual?
132 * Join the Community
134 - Check out the list of [[file:worgers.org][Worgers and their User Pages]] and a few
135   [[file:org-people.org][profiles of the Org-mode Community]] (with photos ☺)
136 - Meet other users in the flesh at [[file:orgcamps.org][OrgCamps]]
138 ** Help out
140 - Improve Worg by sharing your knowledge about Org-mode: see "Maintenance of Worg".
141 - Improve Org-mode:
142   - Send [[http://orgmode.org/org.html#Feedback][bug reports]] after checking the [[file:org-issues.org][issue tracker]]
143   - Help [[file:org-tests/index.org][test]]
144   - [[file:org-contribute.org][Contribute to Org-mode]]
146 * Maintenance of Worg
148 - Intro
149   - [[file:worg-about.org][About the Worg project]]
150   - [[file:worg-setup.org][How Worg is set up on the server]]
151   - [[file:worg-maintainance.org][About Worg maintainer and gardners]]
152 - Tasks
153   - [[file:worg-todo.org][The Worg TODO file]]
154 - Howtos
155   - [[file:worg-git.org][An introduction to git for Worgers]]
156   - [[file:worg-editing.org][Conventions and tools for editing Worg]]
157   - [[file:worg-git-ssh-key.org][How to create your own SSH key for repo.or.cz?]]
158 - Miscellaneous
159   - [[http://repo.or.cz/w/Worg.git][Recent changes to Worg]] (git log at repo.or.cz)
160   - [[http://orgmode.org/worg/sources/][Org-mode source documents of all Worg pages]]
162 ** Latest changes to the Worg git repository
164 #+BEGIN_HTML
165 <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>
166 #+END_HTML
168 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).
170 * Git'r done!
172 If you like losing your time by reading stuff on how to get organized,
173 go and check the [[file:gitrdone.org][Git'r done!]] page..