From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Sitz Subject: Update on Org-mode clone in Vim Date: Thu, 25 Nov 2010 10:02:18 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42529 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLYmH-0007aQ-Ac for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 05:10:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLYmF-0000dK-RM for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 05:10:09 -0500 Received: from lo.gmane.org ([80.91.229.12]:32913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLYmF-0000dB-KN for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 05:10:07 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PLYmD-0004yL-8O for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 11:10:05 +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, 25 Nov 2010 11:10:05 +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, 25 Nov 2010 11:10:05 +0100 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: emacs-orgmode@gnu.org 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 Another video on very basic date spec and agenda viewing stuff is here: http://vimeo.com/17182850 I have a list of videos I want to get done in short order on: (1) specifying tags and tag editing and searching (2) specifying todos and editing todos and searching (3) agenda searches on dates, tags, todos, their combinations, other properties, etc. (4) clocking in and out and clock tables All this stuff is very similar to how Emacs Org-mode works, so the videos won't be too interesting to most of you. But I think they'll be quite helpful to people coming from Vim, some of whom have never even heard of Org-mode (if you can imagine that). Cheers, Herb Sitz