minor change
[Worg/babel-doc.git] / index.org
blob6f98b6670f829ac91eb0b85a70c4053e8ea31c2d
1 #+STARTUP:    align fold nodlcheck hidestars oddeven lognotestate
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!
5 #+AUTHOR:     Worg people
6 #+EMAIL:      bzg AT altern 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 [[http://www.gnu.org/software/emacs/][Emacs]] is a text editor.  [[http://orgmode.org][Org-mode]] is an Emacs tool written by Carsten
13 Dominik which helps you organize your life with plain text files.  =Worg=
14 is a set of Org files collectively edited by people who like Org-mode and
15 want to share [[file:org-tutorials/index.org][tutorials]], ideas, code snippets, etc.
17 #+BEGIN: timestamp :string "Last update: " :format "%Y-%m-%d @ %H:%M"
18 Last update: 2009-01-16 @ 08:02
19 #+END:
21 # Ignore this comment
23 # For this dynamic block to work, you need to add elisp/worg.el in your
24 # load-path.
26 # Let say that you like [[http://www.gnu.org/software/emacs/][Emacs]] and that you like using [[http://orgmode.org][org-mode]] for editing
27 # structured files in Emacs.  Then you might want to /share/ some =.org=
28 # files and ask people to edit them with you.  This is what *Worg* is [[file:worg-about.org][about]]:
29 # collaboratively editing Org files to build a knowledge database about
30 # =.org= itself (and planning-related stuff.)
32 # You can also download Worg as a tar gzipped [[http://repo.or.cz/w/Worg.git%3Fa%3Dsnapshot%3Bh%3DHEAD%3Bsf%3Dtgz][archive]].
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 * How you can help
48 - Please read section [[http://orgmode.org/org.html#Feedback][Feedback]] of Org's manual.
49 - Help us improving Org by [[file:org-tests/index.org][testing]]!
50 - Share your Org-Mode knowledge by [[file:worg-about.org][contributing to Worg]].
52 * Pages about Org
53   :PROPERTIES:
54   :ID:       A6F83C16-B1B9-405A-B996-8D2CA1274DEB
55   :END:
57 ** The main resources
58 - http://orgmode.org : Carsten Dominik official page for Org
59 - [[file:org-faq.org][The Org-mode FAQ]]
60 - [[file:org-mailing-list.org][Org mailing list]]
61 - [[file:org-tutorials/index.org][Org Tutorials]]
62 - [[file:org-configs/index.org][Org configuration]] beginners guide, examples, survey, and hooks
63 - [[file:org-contrib/index.org][Documentation of contributed packages]]
64 - [[file:org-contribute.org][How to contribute to Org?]]
66 ** Other stuff
67 - [[file:org-quotes.org][Quotes about Org]]
68 - [[file:org-gtd-etc.org][Org task management systems]]
69 - [[file:org-testimonies/index.org][People describing how they use Org]]
70 - [[file:org-screenshots.org][Screenshots of Org in action]]
71 - [[file:org-web.org][Web Pages Made with Org]]
72 - [[file:org-translators.org][Org Translators]]
73 - [[file:org-hacks.org][Hacks around Org]]
75 # FIXME: should we add this?
77 #- [[file:org-survey.org][Org survey results]]
78 #- [[file:org-code/index.org][Org add-ons]] should be documented here and maybe not in the manual?
80 * Pages about Worg
82 - [[file:worg-about.org][About the Worg project]]
83 - [[file:users/index.org][Worg's users]]
84 - [[file:worg-git.org][A introduction to git for Worgers]]
85 - [[file:worg-editing.org][Conventions and tools for editing Worg]]
86 - [[file:worg-todo.org][The Worg TODO file]]
87 - [[file:worg-git-ssh-key.org][How to create your own SSH key for repo.or.cz?]]
88 - [[http://repo.or.cz/w/Worg.git][Recent changes to Worg]] (git log at repo.or.cz)
90 * Code around Org
92 You can check for code around code both in the =contrib/= directory of
93 the Org package and in the =code/= directory of Worg.  Also, there is
94 some development of org additions current happening in Worg (see
95 [[file:org-devel.org]]).
97 ** org-info-js by Sebastian Rose
99 For now the [[http://orgmode.org/worg/code/][code]] directory of Worg only contains =org-info-js= by
100 Sebastian Rose -- check it [[http://orgmode.org/worg/code/org-info-js][here]].  =org-info-js= is a great javascript
101 tool to navigate through a HTML page (as exported by Org) the way you
102 navigate through an Org or an info manual, i.e. supporting folding,
103 previous/next buttons, etc.
105 #* Pages about planning and GTD
107 #- [[file:planning/readings.org][Readings]]
109 * Search in Org mailing list
111 The [[file:org-mailing-list.org][Org mailing list]] is very active.
113 #+BEGIN_HTML
114 <form method="get" action="http://search.gmane.org/">
115 <input type="text" name="query">
116 <input type="hidden" name="group" value="gmane.emacs.orgmode">
117 <input type="submit" value="Search gmane.emacs.orgmode">
118 </form>
119 #+END_HTML
121 * Git'r done!
123 If you like losing your time by reading stuff on how to get organized,
124 go and check the [[file:gitrdone.org][Git'r done!]] page...