From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: A puzzle to solve: saved categories vs. tags Date: Mon, 8 Oct 2007 12:50:02 +0200 Message-ID: References: <7fc2c048b6b1f8d2359406c8e67b3e0e@science.uva.nl> <87lkad98rz.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IeqBR-0000Oj-PZ for emacs-orgmode@gnu.org; Mon, 08 Oct 2007 06:49:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeqBQ-0000OP-Ra for emacs-orgmode@gnu.org; Mon, 08 Oct 2007 06:49:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeqBQ-0000OM-Lu for emacs-orgmode@gnu.org; Mon, 08 Oct 2007 06:49:56 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IeqBQ-0004De-9F for emacs-orgmode@gnu.org; Mon, 08 Oct 2007 06:49:56 -0400 In-Reply-To: <87lkad98rz.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org On Oct 8, 2007, at 12:54, Bastien wrote: > Carsten Dominik writes: > >> Here is a first attempt at such a function, comments are welcome! >> Maybe we should bind this function to `C-c /', instead of org-occur? > > Yes, this binding would be okay, unless there are lots of people using > org-occur out there. > > And `org-sparse-tree' should match both John request and what I called > (in such a bombastic manner) a "universal" search interface. > > There is a problem with (org-buffer-property-keys t t). Here is the > backtrace: Arrrgh! make that (org-buffer-property-keys t) for now, bug fix in next release. - Carsten