org-tools/index.org: add orgutil - TCL script to manipulate org files
[Worg.git] / org-tools / index.org
blob3594f632a492ae3e070c819eebd73308c4527abd
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:      Org Mode tools!
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 This page lists external tools useful for handling Org files.
14 * orgnode.py - python library for parsing Org files
16 - Author: Charles Cave
17 - Homepage: http://members.optusnet.com.au/~charles57/GTD/orgnode.html
19 : The Orgnode module contains one class, called Orgnode and a routine to read
20 : an org-mode file and create a list of Orgnode objects.
21
22 : The module is for reading an org-mode file. There are no methods for
23 : writing org-mode since since I have no need for this functionality.
24
25 : You are welcome to extend the functionality of the __repr__ method of the
26 : Orgnode class if you would like this functionality.
28 * orgutil - TCL script to manipulate org files
30 - Author: Patrick Brennan
31 - Homepage: http://sourceforge.net/projects/orgutil/
33 : Script for converting files into and out of Org-mode, and for performing
34 : various analyses and conversions. The primary use case for this utility is
35 : to convert between Org-mode outline text and AbstractSpoon's ToDoList.