From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stuart McLean Subject: sparse-tree in indirect buffer Date: Mon, 22 Oct 2007 06:16:10 -0700 Message-ID: <87bqarthlx.fsf@makhector.hypnokush.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ijx8j-0006SV-9C for emacs-orgmode@gnu.org; Mon, 22 Oct 2007 09:16:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ijx8h-0006QY-OW for emacs-orgmode@gnu.org; Mon, 22 Oct 2007 09:16:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ijx8h-0006QD-B7 for emacs-orgmode@gnu.org; Mon, 22 Oct 2007 09:16:15 -0400 Received: from wa-out-1112.google.com ([209.85.146.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ijx8g-0001gi-1u for emacs-orgmode@gnu.org; Mon, 22 Oct 2007 09:16:14 -0400 Received: by wa-out-1112.google.com with SMTP id k34so1356672wah for ; Mon, 22 Oct 2007 06:16:12 -0700 (PDT) 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 Hi, First some background, I am using GNU Emacs 22.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.10.13) of 2007-08-21 on excelsior, modified by Debian and org-mode version 5.13a I have headings like (for example) * September ** similar stuff to October * October ** Oct 1 *** Work :PROPERTIES: :CATEGORY: work :END: **** work info ** Oct 2 :PROPERTIES: :CATEGORY: work :END: **** work info ** Oct 3 :PROPERTIES: :CATEGORY: work :END: **** work info ** Oct 4 :PROPERTIES: :CATEGORY: work :END: and so on. I want to display the subtree in an indirect buffer, so I type `C-c C-x b' Now, _from the indirect buffer_ I want a sparse tree as follows `C-c /' (org-sparse-tree) and at the prompt I type `p', enter the property name "CATEGORY" with the value "work" The message in the echo area is Wrong type argument: stringp, nil and in the *Messages* buffer: abbreviate-file-name: Wrong type argument: stringp, nil I would like to be able to get a sparse tree from an indirect buffer, is this possible? And if it is not, should the message be more informative e.g. "Please call sparse tree from blah blah"? Sorry if this is noise, org-mode is fantastic btw :-) Stuart