From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Update on Org-mode clone in Vim Date: Fri, 26 Nov 2010 00:55:28 -0500 Message-ID: <87lj4gtyr3.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43080 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLrHP-0004FF-Qo for emacs-orgmode@gnu.org; Fri, 26 Nov 2010 00:55:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLrHO-0005fK-Gf for emacs-orgmode@gnu.org; Fri, 26 Nov 2010 00:55:31 -0500 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:48866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLrHO-0005fG-Eb for emacs-orgmode@gnu.org; Fri, 26 Nov 2010 00:55:30 -0500 In-Reply-To: (Herbert Sitz's message of "Thu, 25 Nov 2010 10:02:18 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Herbert Sitz Cc: emacs-orgmode@gnu.org Herbert Sitz writes: > Just wanted to update anybody interested that I'm still making > progress on my Vim org-mode clone. Agenda view and flexible agenda > searches on dates, todos, and tags all work pretty well now. I've got > basic clocking and clock table generation done, and some other things. > All is available at github: https://github.com/hsitz/VimOrganizer Thanks for putting the code up. I installed the files in ~/.vim and took the code for a spin. I found the cycling and navigation to be quite fluid. There are some very nice touches. My favorites include the ability to view entries directly in the agenda and the convenient ",2", ",3", ",4", etc. to view the outline at various depths. (The latter reminded me of commands I used to use in vim outliner.) I'm curious to see how hyperlinks and capture might work in a vim environment. Being able to call org-capture from anywhere in my Emacs ecosystem (or should I say operating system) has spoiled me. :) Best, Matt