Remove quotes around #+include file
[worg.git] / index.org
blob9a9558f9c827eff095cd2a32b7ba0a8ea731dad7
1 #+TITLE:      Hello Worg, the Org-Mode Community!
2 #+AUTHOR:     Worg people
3 #+EMAIL:      mdl AT imapmail DOT org
4 #+STARTUP:    align fold nodlcheck hidestars oddeven intestate
5 #+SEQ_TODO:   TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
6 #+TAGS:       Write(w) Update(u) Fix(f) Check(c)
7 #+LANGUAGE:   en
8 #+PRIORITIES: A C B
9 #+CATEGORY:   worg
10 #+OPTIONS:    H:3 num:nil toc:t \n:nil ::t |:t ^:t -:t f:t *:t tex:t d:(HIDE) tags:not-in-toc
13 # For this dynamic block to work, you need to add code/elisp/worg.el in
14 # your load-path.
16 # Let say that you like [[http://www.gnu.org/software/emacs/][Emacs]] and that you like using [[http://orgmode.org][org-mode]] for editing
17 # structured files in Emacs.  Then you might want to /share/ some =.org=
18 # files and ask people to edit them with you.  This is what *Worg* is [[file:worg-about.org][about]]:
19 # collaboratively editing Org files to build a knowledge database about
20 # =.org= itself (and planning-related stuff.)
22 #+BEGIN_HTML
23 <form action="http://www.google.com/cse" id="cse-search-box">
24   <div>
25     <input type="hidden" name="cx" value="002987994228320350715:z4glpcrritm" />
26     <input type="hidden" name="ie" value="UTF-8" />
27     <input type="text" name="q" size="31" />
28     <input type="submit" name="sa" value="Search" />
29   </div>
30 </form>
31 <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
32 #+END_HTML
34 # We put true links to the server, as sitemap.org and theindex.org are
35 # generated on the server during the publication
36 Worg [[http://orgmode.org/worg/sitemap.html][sitemap]] and [[http://orgmode.org/worg/theindex.html][index]]
38 * Introduction to Org-Mode and Worg
40 [[http://orgmode.org][Org-mode]] is a powerful system for organizing your complex life with
41 simple plain-text files.  It seamlessly integrates all your notes,
42 mindmaps, TODO lists, calendar, day planner, and project schedules
43 into a single system that can be easily searched (e.g. by grep),
44 encrypted (e.g. by [[http://www.gnupg.org/][GnuPG]]), backed up and synced (e.g.  by Dropbox),
45 imported/exported, and [[file:org-faq.org::*MobileOrg][accessed on the go]] (e.g. on an iPhone or
46 Android smartphone).  It can even be used for authoring web pages and
47 documents.
49 Check out some [[file:org-screenshots.org][screenshots of Org-mode]] in action.  See [[file:org-quotes.org][what people have to
50 say]] about Org-mode, and read a few [[file:org-testimonies/index.org][user stories]]!
52 Org-mode is distributed as part of the popular [[http://www.gnu.org/software/emacs/][Emacs]] text editor and runs
53 wherever Emacs runs, including on GNU-Linux, Windows, and Mac.  Written by
54 Carsten Dominik, it is currently maintained by Bastien Guerry and used by
55 many helpful people who, like you, are desperate to get and stay organized.
57 The page you're reading is part of =Worg=, a section of the [[http://orgmode.org/][Org-mode web
58 site]] that is written by a volunteer community of Org-mode fans.  It
59 includes tutorials, ideas, code snippets, etc., shared to make your
60 introduction and customization of Org-mode as easy as possible.  Worg is
61 maintained by Matthew Lundin, a group of [[file:worgers.org][Worg contributors]], and maybe [[file:worg-todo.org][you]].
63 * Org-Mode Resources
64   :PROPERTIES:
65   :ID:       A6F83C16-B1B9-405A-B996-8D2CA1274DEB
66   :END:
68 ** Learn Org-Mode
70 #+index: Tutorials
71 #+index: Glossary
73 - [[http://orgmode.org/][Org-mode Main Page]]               : The official page for Org-mode
74 - [[file:org-tutorials/index.org][Org-mode Tutorials]]               : Your best starting point
75 - [[file:org-glossary.org][Org-mode Glossary]]                : An explanation of org-mode terminology
76 - [[http://orgmode.org/manual/index.html][Org-mode Manual]]                : Extensive and complete documentation
77 - [[http://orgmode.org/guide/index.html][Org-mode Guide]]                   : Not extensive, but complete documentation
78   - Spanish translation of the orgguide ([[file:orgguide/orgguide.es.texi][texi]] - [[http://www.davidam.com/docu/orgguide.es.html][html]])
79 - [[file:org-configs/index.org][Org-mode configuration]]           : Beginner's customization guide, examples, survey,
80   and a list of all hooks
81 - [[file:orgcard.org][Org-mode reference card]]          : check the [[file:orgcard.org][HTML]], [[http://orgmode.org/orgcard.pdf][pdf]] and [[http://orgmode.org/orgcard.txt][ASCII]] versions.
82   - French translation of the orgcard ([[file:code/latex/fr-orgcard.tex][tex]] - [[file:images/bzg/fr-orgcard.pdf][pdf]])
83 - [[file:exporters/index.org][New exporter]]            : Preliminary documentation for the new exporter.
85 ** Get Help with Org-Mode
87 - [[file:org-faq.org][Org-mode FAQ]]      : Check here before writing to the mailing list
88 - [[file:org-mailing-list.org][Org-mode Mailing List]]   : For unanswered questions, suggestions, and
89   discussion
90 - Org-mode IRC Channel    : For live Q&A, go to =#org-mode= on [[http://freenode.net/][Freenode]]
92 ** Use Org-Mode Effectively
94 - Use Org-mode as a [[file:org-gtd-etc.org][task management system]] (perfect for GTD and the
95   Pomodoro Technique)
96 - Author [[file:org-blog-wiki.org][Blogs and Wikis with Org-mode]] (see [[file:org-web.org][example web wages]])
97 - Integrate [[file:org-mac.org][Org-mode with Mac OS X]]
98 - Synchronize org-mode files easily with [[https://github.com/simonthum/git-sync][git-sync]], a [[file:org-tutorials/org-vcs.org][VCS of your choice]], or [[file:org-tutorials/unison-sync.org][Unison]]
100 ** Dive Deeper into Org-Mode
102 - [[file:dev/index.org][Org-mode for developers]] : reference documentation for developers
103 - [[file:org-blog-articles.org][Blog posts]]              : Read a variety of articles from introductions to
104   specific customizations
105 - [[file:org-hacks.org][Org-mode Hacks]]          : Copy code snippets from other users
106 - [[file:org-contrib/babel/index.html][Org Babel]] : Learn about [[http://en.wikipedia.org/wiki/Literate_programming][Literate programming]] within Org-mode
107 - Tools
108   - [[file:org-translators.org][Org-mode conversion tools]]  : Import into and export out of Org-mode
109   - [[file:org-tools/index.org][Org-mode parsing libraries]] : Parse and analyze .org files
110 - [[file:org-dependencies.org][Org-mode dependencies]] : Dependencies on external packages for advanced
111   functionality [Work in progress]
112 - [[file:org-papers.org][Org-papers]] : Whitepapers and books about Org-mode
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]]
126 # FIXME: should we add this?
128 # [[file:org-survey.org][Org survey results]]
129 # [[file:org-code/index.org][Org add-ons]] should be documented here and maybe not in the manual?
131 * Join the Community
133 - Check out the list of [[file:worgers.org][Worgers and their User Pages]] and a few
134   [[file:org-people.org][profiles of the Org-mode Community]] (with photos ☺)
135 - Meet other users in the flesh at [[file:orgcamps.org][OrgCamps]]
137 ** Help out
139 - Improve Worg by sharing your knowledge about Org-mode: see [[Maintenance of Worg]].
140 - Improve Org-mode:
141   - Send [[http://orgmode.org/org.html#Feedback][bug reports]] after checking the [[file:org-issues.org][issue tracker]]
142   - Help [[file:org-tests/index.org][test]]
143   - [[file:org-contribute.org][Contribute to Org-mode]]
145 * Maintenance of Worg
147 - Intro
148   - [[file:worg-about.org][About the Worg project]]
149   - [[file:worg-setup.org][How Worg is set up on the server]]
150   - [[file:worg-maintainance.org][About Worg maintainer and gardners]]
151 - Tasks
152   - [[file:worg-todo.org][The Worg TODO file]]
153 - Howtos
154   - [[file:worg-git.org][An introduction to git for Worgers]]
155   - [[file:worg-editing.org][Conventions and tools for editing Worg]]
156   - [[file:worg-git-ssh-key.org][How to create your own SSH key?]]
157 - Miscellaneous
158   - [[http://orgmode.org/w/worg.git][Recent changes to Worg]] (git log at /orgmode.org/)
159   - [[http://orgmode.org/worg/sources/][Org-mode source documents of all Worg pages]]
161 ** Latest changes to the Worg git repository
163 #+begin_html
164 <script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Forgmode.org%2Fw%2F%3Fp%3Dworg.git%3Ba%3Drss%3Bopt%3D--no-merges&num=10&au=y&date=y&targ=y&utf=y"  charset="UTF-8" type="text/javascript"></script>
166 <noscript>
167 <a href="http://feed2js.org//feed2js.php?src=http%3A%2F%2Forgmode.org%2Fw%2F%3Fp%3Dworg.git%3Ba%3Drss%3Bopt%3D--no-merges&num=10&au=y&date=y&targ=y&utf=y&html=y">View RSS feed</a>
168 </noscript>
169 #+end_html
171 Note: You can also subscribe to changes via [[http://orgmode.org/w/?p%3Dworg.git%3Ba%3Drss%3Bopt%3D--no-merges][RSS]] or [[http://orgmode.org/w/?p%3Dworg.git%3Ba%3Datom%3Bopt%3D--no-merges][ATOM]] (courtesy of repo.or.cz).
173 * Git'r done!
175 If you like losing your time by reading stuff on how to get organized,
176 go and check the [[file:gitrdone.org][Git'r done!]] page.