From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Update on Org-mode clone in Vim Date: Thu, 25 Nov 2010 18:19:58 +0100 Message-ID: <7FFECEAF-B33B-47C6-A3B0-CED55778424E@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57339 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLjRf-0003cY-5R for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 16:33:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLjRa-0002An-B1 for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 16:33:35 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:64740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLjRa-0002Af-5F for emacs-orgmode@gnu.org; Thu, 25 Nov 2010 16:33:30 -0500 Received: by eydd26 with SMTP id d26so9538345eyd.0 for ; Thu, 25 Nov 2010 13:33:29 -0800 (PST) In-Reply-To: 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 On Nov 25, 2010, at 11:02 AM, Herbert Sitz wrote: > 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). :) You know what gut feeling I have when I see you write about your project? I am jealous. It must be a lot of fun to write Org mode from scratch, with a clear final feature set and detailed functionality already cleanly in your mind, and no legacy code to keep running and no detailed backward compatibility to worry about. :D I am very curious to find out if Org's philosophy and ideas will get as much traction in the vi world. It seems to me that they should. Even though there is little overlap between these worlds because an Editor choice is such a basic thing, I guess we are all the same geeks. Cheers - Carsten