From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: indirect buffer for properties Date: Tue, 24 May 2011 09:17:34 -0400 Message-ID: <87wrhgi6fl.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOrUX-0006xN-Mc for emacs-orgmode@gnu.org; Tue, 24 May 2011 09:17:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOrUW-0004Yk-PT for emacs-orgmode@gnu.org; Tue, 24 May 2011 09:17:45 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:61314 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOrUW-0004Y8-Np for emacs-orgmode@gnu.org; Tue, 24 May 2011 09:17:44 -0400 In-Reply-To: (Michael Brand's message of "Sat, 21 May 2011 14:48:37 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Brand Cc: Org Mode Michael Brand writes: > What do you think about an indirect buffer for properties (or is there > already one I don't know of yet?) that lets one view and maybe even > edit all properties of the typically folded current heading of the > primary buffer in an indirect buffer? I just use C-c C-x p with IDO completion to show property names. This shows the current value if any and allows editing the value. Does this do what you want? -Bernt