|
@@ -33,9 +33,8 @@ transform Org into some format, and to turn some format into Org.
|
|
|
|
|
|
- From [[http://bitbucket.org/legoscia/of2org][OmniFocus to Org]] by Magnus Henoch.
|
|
|
|
|
|
- - From [[http://www.hogbaysoftware.com/products/taskpaper][TaskPaper]] to Org by Carsten Dominik
|
|
|
- Here is a compact Perl program to convert a TaskPaper file to Org
|
|
|
- mode:
|
|
|
+ - From [[http://www.hogbaysoftware.com/products/taskpaper][TaskPaper]] to Org by Carsten Dominik. A quite complete
|
|
|
+ translation can be achieved by a compact Perl program:
|
|
|
|
|
|
#+begin_src perl
|
|
|
#!/usr/bin/perl
|
|
@@ -48,8 +47,9 @@ transform Org into some format, and to turn some format into Org.
|
|
|
END{printf "* Setup\n#+TAGS: %s\n",join' ',keys%t}
|
|
|
#+end_src
|
|
|
|
|
|
- It is unreadable because it resulted from a [[http://thread.gmane.org/gmane.emacs.orgmode/6224/focus%3D6266][contest for the most
|
|
|
- compact translator]], but it works very well anyway.
|
|
|
+ This program is quite unreadable because it resulted from a
|
|
|
+ [[http://thread.gmane.org/gmane.emacs.orgmode/6224/focus%3D6266][contest for the most compact translator]] - but it works very well
|
|
|
+ anyway.
|
|
|
|
|
|
|
|
|
** Bi-directional
|