From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Sitz Subject: New version of VimOrganizer, an Org-mode clone in Vim Date: Thu, 3 Nov 2011 00:31:15 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLlDP-0006Jg-D1 for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 20:31:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLlDO-0004cy-2D for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 20:31:31 -0400 Received: from lo.gmane.org ([80.91.229.12]:53932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLlDN-0004cn-Nx for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 20:31:30 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RLlDL-0003gU-AR for emacs-orgmode@gnu.org; Thu, 03 Nov 2011 01:31:27 +0100 Received: from c-24-22-131-140.hsd1.wa.comcast.net ([24.22.131.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Nov 2011 01:31:27 +0100 Received: from hesitz by c-24-22-131-140.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Nov 2011 01:31:27 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I just formally pushed up a new version of VimOrganizer, an Org clone in Vim. This version is much closer to being a true alternative to using Org-mode in Emacs. I say alternative to "using Org-mode in Emacs", because VimOrganizer in large part operate as a front end to Org-mode by making calls to a running Emacs server. All of the export functionality is done this way, as is access to stuff like Org-babel, spreadsheet evaluation, live blocks like clocktables, column blocks, etc. I'd be glad to hear any feedback, comments, suggestions. . . An intro to some of the stuff in the new version is here: https://github.com/hsitz/VimOrganizer/blob/master/intro.txt Git page is here: https://github.com/hsitz/VimOrganizer And the page on Vim's website is here: http://www.vim.org/scripts/script.php?script_id=3342 I will try to get some videos of the new functionality in next day or two. One main thing I'm happy about is I extended my patch of Vim to allow separate highlighting of TODO items on folded headings. Previously my patch enabled level-dependent fold highlighting, but always showed TODOs in same color as the folded heading. Much nicer to have everything collapsed and still have the TODOs pop out at you. Thanks to everybody on here who's provided help for my (sometimes silly) questions about Org-mode and how it works. I'm starting to really appreciate elisp, so who knows what the future holds. . . Regards, Herb