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

recutils support #35

Open djp opened 12 years ago

djp commented 12 years ago

gnu/recutils is a charming text-mode database, written by one of the gnu maintainers.

http://www.gnu.org/software/recutils/ http://www.techcast.com/events/cebit12/mi02/

The author talks about how orgmode is an obvious way to work with recfiles, and there has been some mention of a babel thing, but I've never seen it in action, but vimorg can do it, that would be cool.

hsitz commented 12 years ago

On Thu, Mar 22, 2012 at 12:33 PM, djp reply@reply.github.com wrote:

gnu/recutils is a charming text-mode database, written by one of the gnu maintainers.

http://www.gnu.org/software/recutils/ http://www.techcast.com/events/cebit12/mi02/

The author talks about how orgmode is an obvious way to work with recfiles, and there has been some mention of a babel thing, but I've never seen it in action, but vimorg can do it, that would be cool.

Same answer here as with Ledger, the org-babel stuff should work with VimOrganizer. ob-rec.el is the babel module that must be loaded to do recutils stuff in source blocks; I assume there's more about that in docs for Org and/or recutils. -- Herb