From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: Re: Problems with Properties and Columns Date: Sun, 10 Feb 2008 21:54:42 +0000 Message-ID: <87wspca34t.fsf@bzg.ath.cx> References: <47AF7069.2010703@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOK8T-00072Y-RC for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 16:54:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOK8P-0006xH-79 for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 16:54:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOK8P-0006xA-3w for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 16:54:49 -0500 Received: from fk-out-0910.google.com ([209.85.128.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOK8O-0007J8-OA for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 16:54:48 -0500 Received: by fk-out-0910.google.com with SMTP id 26so4328405fkx.10 for ; Sun, 10 Feb 2008 13:54:47 -0800 (PST) In-Reply-To: <47AF7069.2010703@manor-farm.org> (Ian Barton's message of "Sun, 10 Feb 2008 21:45:13 +0000") 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 Ian, Ian Barton writes: > Taking the snippet below as an example. If I try to add a Property below My > Bank using C-c C-x p I am offered completions for the Properties defined > under Web Site Passwords, not Bank Details. Is this a bug, or am I > misunderstanding the scope of the Columns directive? The COLUMN property just defines the column view, not the properties themselves. When you set a property with `C-c C-x p', the prompt offers completion over all the properties that are found in the current buffer. Does that answer your question? -- Bastien