Move org-people.org to FIXME/
[worg.git] / org-tools / index.org
blob39f216502d653918fc6be5124d18e1baaacb45ab
1 #+TITLE:      Org Mode tools!
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
12 This page lists external tools useful for handling Org files.
14 * Org-mode parsers
16 ** Orgile - a PHP Org parser
18 See [[http://toshine.org/etc/orgile-emacs-org-mode-file-html-parser-php-publishing-tool/][this blog entry]] for details, the repo is on [[https://github.com/mashdot/orgile][github]].
20 ** [[https://bitbucket.org/joebo/pico-org/src][pico-org]] - A PicoLisp parser
22 [[http://thread.gmane.org/gmane.lisp.picolisp.general/3679][Message]] from the developer Joe Bogner:
24 : I've written a tiny org-mode parser and hooked it up with my mustache
25 : implementation to create a simple web page that dumps out the org
26 : structure. I'm not sure where I'm going to go next but figured I'd
27 : share it since I enjoy reading other's code as well.
29 ** [[http://common-lisp.net/project/cl-org-mode/][cl-org-mode]] - A Common lisp parser for org-mode outlines
31 Abstract: CL-ORG-MODE is a parser for org-mode files that uses an
32 extensible CLOS-based recursive descent parser to create a tree of org-mode
33 nodes. Also included is a (primitive) system for literate programming using
34 org-mode
36 ** orgnode.py - python library for parsing Org files
38 - Author: Charles Cave
39 - Homepage: http://members.optusnet.com.au/~charles57/GTD/orgnode.html
41 : The Orgnode module contains one class, called Orgnode and a routine to read
42 : an org-mode file and create a list of Orgnode objects.
43
44 : The module is for reading an org-mode file. There are no methods for
45 : writing org-mode since since I have no need for this functionality.
46
47 : You are welcome to extend the functionality of the __repr__ method of the
48 : Orgnode class if you would like this functionality.
49 ** [[http://gioorgi.com/org-mode-parser/][org-mode-parser for nodejs]] by Giovanni Giorgi
50 ** PyOrgMode - python library for creating and parsing Org files
52 - Author: Jonathan Bisson (on gmail : bissonjonathan)
53 - Homepage: https://github.com/bjonnh/PyOrgMode
55 : This python module allows for the creation and parsing of org-files. The
56 : org-files are loaded into python objects allowing the modification of the
57 : different recognized elements.
58
59 : The objects are defined in a plug-in way, allowing the user of this
60 : module to add easily a new kind of data and the relative functions.
61
62 : Current objects are : 
63 : - Schedule elements
64 : - Drawers
65 : - Tables
66 : - Nodes
67
68 : The project is contained in an unique tangle org-file which contains the
69 : documentation, the python files and the test suite.
71 ** NEO - No Emacs Org in Python
73 - Author: Olivier Schwander
74 - Homepage: http://redmine.chadok.info/projects/neo
75 - Announcement: http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00598.html
77 : Another Python tool for parsing org mode files
78
79 : Current features 
80 : ~~~~~~~~~~~~~~~~~
81 :   - Org file parser
82 :   - Agenda builder
83 :   - Todo-list builder
84 :   - Custom todo keywords
85 :   - Command line interface for agenda and todo-lists
87 ** Org::Parser - Perl module for parsing Org files
89 - Author: Steven Haryanto
90 - Homepage: http://search.cpan.org/dist/Org-Parser
92 There are several other Org-related modules on CPAN at various development
93 stages, all utilizing Org::Parser: App::OrgUtils (some utilities for Org
94 documents), Org::To::* (convert Org mode to various other formats).
96 ** [[https://github.com/bdewey/org-ruby][org-ruby (used on github)]] by Brian Dewey
98 #+begin_quote
99 This gem contains Ruby routines for parsing org-mode files. The most
100 significant thing this library does today is convert org-mode files to HTML
101 or textile.
102 #+end_quote
104 Read [[http://orgmode.org/worg/org-tutorials/org-ruby.html][the org-ruby tutorial for details.]]
106 ** [[https://github.com/mooz/org-js][org-js]] by Masafumi Oyamada
108 org-js is a javascript parser and converter for org-mode
109 (http://orgmode.org/) notation.
111 For a working example of an interactive editor, see
112 http://mooz.github.com/org-js/editor/.
114 * Specific purpose tools
116 ** orgmode for drupal
118 [[https://www.drupal.org/project/orgmode][Orgmode for drupal]] import org files into drupal nodes. 
120 ** nakkaya: a static site generator parsing Org's files (and MarkDown)
122 Static is a simple static site generator written in Clojure.  For a sample
123 site build using static see http://nakkaya.com
125 You can grab the latest version of nakkaya from [[https://github.com/nakkaya/static][its github repository]].
127 ** orgitdown - use Org keybindings in HTML text areas
129 [[https://github.com/gnowgi/orgitdown][orgitdown]] is based on [[http://markitup.jaysalvat.com/home/][markitup]] and allows to use Org keybindings in text
130 areas through some javascript magic.  The text inserted is using Org's
131 syntax, and can be further processed with Emacs in batch mode on the
132 server.
134 Check [[http://mid.gmane.org/CADSSMeg5BDkZMBWEhXF2K7kssrEsX6SkZE%2BOjvXFpHY5aTcgmQ@mail.gmail.com][Nagarjuna G announcement on the mailing list]].
136 ** Exporter for the Octopress blogging engine
138 #+BEGIN_QUOTE
139 Octopress is a framework designed by Brandon Mathis for Jekyll, the blog
140 aware static site generator powering Github Pages. To start blogging with
141 Jekyll, you have to write your own HTML templates, CSS, Javascripts and set
142 up your configuration. But with Octopress All of that is already taken care
143 of. Simply clone or fork Octopress, install dependencies and the theme, and
144 you’re set.
145 #+END_QUOTE
147 You can clone Octopress from [[https://github.com/imathis/octopress][the github repository]].
149 [[https://github.com/craftkiller/orgmode-octopress][orgmode-octopress]] is an exporter for Emacs Org-Mode to Octopress by
150 craftkiller.  For setup instructions, check [[http://blog.paphus.com/blog/2012/08/01/introducing-octopress-blogging-for-org-mode/][this blog entry]].  Note that
151 orgmode-octopress will not work with the new export engine in Org 8.0.
153 ** Export OmniFocus to Org-mode files
155 Jay McCarthy wrote [[https://github.com/jeapostrophe/exp/blob/master/of2org.rkt][this]], using [[http://racket-lang.org/][Racket]].
157 ** Convert from Planner to Org
159 See this message from [[http://mid.gmane.org/8ay5hehupe.fsf@faepop01.tu-graz.ac.at][Andreas Hirczy]]:
161 I have written yet another converter from planner to org:
162 <http://itp.tugraz.at/~ahi/Computer/SW/muse2org.html>
163 <http://itp.tugraz.at/~ahi/Computer/SW/muse2org>
165 ** Export vCard to org-mode entries
167 [[http://mid.gmane.org/50B28EA7.6020900@gmx.de][Simon Thum]] shared some [[https://gist.github.com/4145201][Ruby code]] to export vCards to Org-mode entries.
169 ** ews-orgmode - Exchange calendar to orgmode
171 https://github.com/kautsig/ews-orgmode
173 See [[http://mid.gmane.org/50B78A90.3040609@kautsig.org][this message]] from Chris Raschl:
175 : I recently wrote a python script to fetch my calendar from the corporate
176 : exchange server into an orgmode file to view it in my agenda.
177 : It uses the exchange webservices (ews).
179 ** michel-orgmode - script for pushing to / pulling from Google-Tasks lists
181 - Authors: Mark Edgington, Christophe-Marie Duquesne
182 - Homepage: https://bitbucket.org/edgimar/michel-orgmode
184 Michel-orgmode is a python script which serves as a bridge between an
185 org-mode textfile and a Google-tasks task list.  It can pull the contents
186 of a Google-tasks list into an org-mode file, or push an org-mode file's
187 contents to a Google-tasks list.  It supports bidirectional sync.
189 ** Using GData API to import events in an Org file
191 Mon, 11 Jul 2011, Felix Geller wrote:
193 : I wrote a Python [[https://bitbucket.org/fgeller/gcal2org/src/8fa7d2b83ab3/gcal2org.py][script]] that uses the GData API to download events for your
194 : Google Calendar and prints them to a given org-file. It is a very tiny
195 : script, but perhaps it is of use to other people as well.
197 : Small disclaimer: I've tested this on Mac OS X only, using Python 2.7.2.
199 The script can be found here: [[https://bitbucket.org/fgeller/gcal2org/src/8fa7d2b83ab3/gcal2org.py][gcal2org.py]]
201 ** Migrating from Tomboy to Org
203 In [[http://article.gmane.org/gmane.emacs.orgmode/45239][this email]], Attila shared a script to move notes from Tomboy to
204 Org-mode -- see his message:
206 : I'm moving my note-taking from GNote (C++ rewrite of Tomboy Notes) to
207 : org-mode.  As I have a lot of notes all over the place, I wrote a script to
208 : convert from the XML format used by the Tomboy-style tools to org-mode.
210 You can find the script here: https://github.com/StAlphonsos/scriptologie
212 ** orgutil - TCL script to manipulate org files
214 - Author: Patrick Brennan
215 - Homepage: http://sourceforge.net/projects/orgutil/
217 : Script for converting files into and out of Org-mode, and for performing
218 : various analyses and conversions. The primary use case for this utility is
219 : to convert between Org-mode outline text and AbstractSpoon's ToDoList.
221 ** ical2org.awk - convert ics files to Org
223 - Author: Eric S Fraga
224 - Code: [[file:../code/awk/ical2org.awk][ical2org.awk]]
226 See [[file:../org-tutorials/org-google-sync.org][the org-google-sync tutorial]] for explanations on how to use this
227 script.
229 ** ical2org.rb - convert ics files to Org
230    - Author: Simon Thum
231    - Code: [[https://github.com/simonthum/ical2org][ical2org]]
232    - handles events and TODOs
233    - all sorts of repeating events
234    - and timezones!
235    - one-way only though
236      - except if you have a REST-capable ical server, see README
237 ** org2remind - perl script to convert org appointments to remind
239  - Author: Matt Lundin
240  - Code: [[file:../code/perl/org2remind.pl][org2remind]]
242 Remind is a command line calendar application for Unix/Linux that
243 can, among other things, spit out formatted plain text calendars and
244 agendas.
246 http://www.roaringpenguin.com/products/remind
248 : To convert org-mode appointments to remind data, simply call the
249 : script on one or more org files:
251 : perl org2remind.pl ~/org/*.org
253 : (Optionally, add the script to your path and make it executable.)
255 : The results of this script can saved in a file...
257 : perl org2remind.pl ~/org/*.org >> org.rem 
259 : ...or piped directly into a remind command...
261 : perl org2remind.pl ~/org/*.org | remind -
263 : For a nice calendar of the current month, use the following: 
265 : perl org2remind.pl ~/org/*.org | remind -c -
267 : This script is similar to org2rem.el (in the contrib directory of the
268 : org-mode repository), except that, instead of saving files from within
269 : org-mode, it allows for easier and faster access to org/remind data
270 : from the command line.
272 : Currently, the script supports appointments (i.e., active timestamps)
273 : and the org-diary-class sexp.
275 ** org-manage - locate and manage your org files
276     - Author: Daniel German
277     - Code:   [[http://github.com/dmgerman/org-manage][org-manage]] (based on [[https://github.com/yoshinari-nomura/org-octopress][org-octopress]])
278     - Lists all org files in a given directory and its subdirectories,
279       providing a table of org files, including their title and category.
281 #+begin_quote
282 This is a module to help managing a large collection of org files. It
283 is based on org-octopress by Yoshinari Nomura.
285 org-manage scans a given directory (recursively) looking for org
286 files. For each, an entry is created. The title is extracted from the
287 attribute #+TITLE: in the org file. The category is extracted from the
288 first #+CATEGORY in the file (I suggest you add a default category to
289 each file.
290 #+end_quote
292 ** vimwiki2org - convert vimwiki files to Org
293    - Author: Xu FaSheng
294    - Homepage: https://github.com/fasheng/vimwiki2org
296 ** Org Blog Wiki tools
298 See the page [[file:../org-blog-wiki.org][Org Blogs and Wikis]].
300 ** orgFixLinks.py: a Python command-line utility for repairing broken links to local files
301     - Author: GitHub user cashTangoTangoCash
302     - website: https://github.com/cashTangoTangoCash/orgFixLinks
303     - repairs broken links in org files
304     - currently Linux-only, but probably straighforward to port to Win/Mac?
306 #+begin_quote
307  A stand-alone Python script designed to interactively repair broken
308 links to local files in one, many, or all of your org files.  OK, it's
309 an amateur command line script that likely needs more refinement, and
310 it chooses to do things that not everyone desires, but you can fork it
311 on GitHub, and adapt it to your own purposes.  If you are frustrated
312 by broken links to the degree that you are ready to debug a lengthy
313 Python script, why not play with it.  The GitHub wiki
314 https://github.com/cashTangoTangoCash/orgFixLinks/wiki provides a
315 degree of documentation.
316 #+end_quote