hsitz / VimOrganizer

VimOrganizer is partly a clone of Emacs' Org-mode, and partly a front end to Org-mode itself. Do Org in Vim.
http://vimeo.com/31531308
518 stars 67 forks source link

taskwarrior interaction #37

Open djp opened 12 years ago

djp commented 12 years ago

taskwarrior (http://taskwarrior.org) is a mighty task listing program that I have been using for years. One of the tw features I requested long ago was the creation of a "personal journal" logfile, that was written to every time taskwarrior was modified, appending the activity to a human-readable file that recorded tasks as they were added and completed, but was also quite free-form in that the user could add whatever notes, or links, creating a document like a highly detailed diary. A majority of taskwarrior users seem to be vim users, and I had considered all sorts of searchable, foldable markup, and then there's VimOrganizer..

Taskwarrior has a full set of programming hooks, and having the output "tee" to another file should be trivial, the fun part is the conversion to valid vimorg format.

Later on, if this filetype symbiosis is rewarding, interaction between the TODO systems could be considered, but for starters I would be happy with a one-way trip from tw2vimorg. (this functionality would require some co-operation from the tw dev team)

http://taskwarrior.org/issues/221