From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-velocity --- something like Notational Velocity for Org Date: Mon, 7 Jun 2010 11:10:04 +0200 Message-ID: References: <87631vdcjj.fsf@gmail.com> 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=56410 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLYLm-000760-S9 for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 05:10:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLYLf-0007Uk-Uy for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 05:10:29 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:33972) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLYLf-0007Tn-PH for emacs-orgmode@gnu.org; Mon, 07 Jun 2010 05:10:23 -0400 Received: by wwb24 with SMTP id 24so2578234wwb.0 for ; Mon, 07 Jun 2010 02:10:18 -0700 (PDT) In-Reply-To: <87631vdcjj.fsf@gmail.com> 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: "Paul M. Rodriguez" Cc: emacs-orgmode@gnu.org Hi Paul, this is pretty neat! Suggestions: 1. Make the list format such that the number comes first: #1 first match #2 second matching heading 2. When you show the list, if would be great if a single key would get you to the entry, like 1-9 for the first ones, you could assign letters a-z for more. 3. It feels like mouse-1 should get you to the heading, but that does not work. 4. I would also like a key which will make a new note with this title, even if there are matched. Proposal: use the "0" key for this function. 5. Search feels much slower than it should be - but I am not sure how you implemented it. Maybe use elp to find out where the time is spent? Instead of building an alist of headings, maybe the following procedure is faster: Find the word, go back to the heading and save the heading, then jump to the next heading and continue to search. 6. There should be a command to do the current buffer, independent of the value of the bucket file name. 7. The customization type 'file might be better for the bucket file name. 8. Org's search view (C-c a s) lives in a similar space, but it uses the agenda, and I like yours as a quick way to go somewhere, or to add a note. Thanks! - Carsten On Jun 7, 2010, at 12:25 AM, Paul M. Rodriguez wrote: > > There exists a notetaking program for OSX called Notational Velocity > (http://notational.net/) with an ingeniously simple interface. (I > say "there exists" since I've never actually used it.) When you > enter a search phrase, the program lists all notes where the phrase > occurs; if there are no matching notes, then the search phrase is > used as the title of a new note. > > When I read about this I thought it would be straightforward to > create a similar interface for Emacs, storing the notes in Org > format. Each note is simply a heading in a file. The mode line is > used to read a search, a display buffer shows the results, and > (optionally) org-remember is used to record new notes. You can use > the interface to maintain a single "bucket" file, or to navigate any > Org file. > > The package is available at http://gopher.ruricolist.com/lisp/org-velocity.el > . > > It works for me but of course any feedback or suggestions would be > welcome. > > Paul Rodriguez > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten