From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Problems with Properties and Columns Date: Sun, 10 Feb 2008 22:09:49 +0000 Message-ID: <47AF762D.9080102@manor-farm.org> References: <47AF7069.2010703@manor-farm.org> <87wspca34t.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOKN2-0002ri-It for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 17:09:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOKMz-0002p6-RK for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 17:09:56 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOKMz-0002og-9K for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 17:09:53 -0500 Received: from relay2.tidymail.co.uk ([217.146.104.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JOKMy-0001cQ-SM for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 17:09:53 -0500 Received: from [217.146.125.41] (helo=firewall.banter.local) (from_AS 16353) by relay2.tidymail.co.uk with esmtp (Exim 4.67) id 1JOKMw-0006kT-Ek for emacs-orgmode@gnu.org (return-path ); Sun, 10 Feb 2008 22:09:51 +0000 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id 8B2C9ACCE9 for ; Sun, 10 Feb 2008 22:09:49 +0000 (GMT) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mT28filJg3CC for ; Sun, 10 Feb 2008 22:09:49 +0000 (GMT) Received: from [192.168.0.8] (unknown [192.168.0.8]) by firewall.banter.local (Postfix) with ESMTP id 67E86ACA8F for ; Sun, 10 Feb 2008 22:09:49 +0000 (GMT) In-Reply-To: <87wspca34t.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: emacs-orgmode@gnu.org > >> 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? > Thanks Bastien. Yes and no:) In my example if I type ACC in the mini buffer Emacs returns No Match, whereas I assume it should offer ACCOUNTNO as a completion. I am using org 5.21 and Xemacs 22. Ian.