Merge branch 'master' of git+ssh://repo.or.cz/srv/git/Worg
[Worg/babel-doc.git] / index.org
blob41fcd85a916590f24aba5326052357db20d1d98c
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: 2008-07-20 @ 00:21
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 * Pages about Org
48 - http://orgmode.org : Carsten Dominik official page for Org
49 - [[file:org-mailing-list.org][Org mailing list]]
50 - [[file:org-tutorials/index.org][Org Tutorials]]
51 - [[file:org-gtd-etc.org][Org task management systems]]
52 - [[file:org-translators.org][Org Translators]]
53 - [[file:org-faq.org][The Org-mode FAQ]]
54 - [[file:org-configs/index.org][Org configuration examples]]
55 - [[file:org-testimonies/index.org][People describing how they use Org]]
56 - [[file:org-screenshots.org][Screenshots of Org in action]]
57 - [[file:org-hacks.org][Hacks around Org]]
58 - [[file:org-contribute.org][How to contribute to Org?]]
59 - List of [[file:org-hooks.org][Org hooks]]
61 # FIXME: should we add this?
62 #- [[file:org-contribute.org][How to contribute to Org]]
64 #- [[file:org-survey.org][Org survey results]]
65 #- [[file:org-code/index.org][Org add-ons]]
66   
67 * Pages about Worg
69 - [[file:worg-about.org][About the Worg project]]
70 - [[file:worg-git.org][A introduction to git for Worgers]]
71 - [[file:worg-editing.org][Conventions and tools for editing Worg]]
72 - [[file:worg-todo.org][The Worg TODO file]]
73 - [[file:worg-git-ssh-key.org][How to create your own SSH key for repo.or.cz?]]
75 * Code around Org
77 You can check for code around code both in the =contrib/= directory of
78 the Org package and in the =code/= directory of Worg.
80 ** org-info-js by Sebastian Rose
82 For now the =code/= directory of Worg only contains =org-info-js= by
83 Sebastian Rose -- check it [[http://orgmode.org/worg/code/][here]].  =org-info-js= is a great javascript
84 tool to navigate through a HTML page (as exported by Org) the way you
85 navigate through an Org or an info manual, i.e. supporting folding,
86 previous/next buttons, etc.
88 #* Pages about planning and GTD
90 #- [[file:planning/readings.org][Readings]]
92 * Search in Org mailing list
94 The [[file:org-mailing-list.org][Org mailing list]] is very active.  
96 #+BEGIN_HTML
97 <form method="get" action="http://search.gmane.org/">
98 <input type="text" name="query">
99 <input type="hidden" name="group" value="gmane.emacs.orgmode">
100 <input type="submit" value="Search gmane.emacs.orgmode">
101 </form>
102 #+END_HTML
104 * Git'r done!
106 If you like losing your time by reading stuff on how to get organized,
107 go and check the [[file:gitrdone.org][Git'r done!]] page...