From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Problems with Properties and Columns Date: Sun, 10 Feb 2008 21:45:13 +0000 Message-ID: <47AF7069.2010703@manor-farm.org> 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 1JOJzG-00020s-AX for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 16:45:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOJzE-00020f-D6 for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 16:45:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOJzE-00020c-8p for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 16:45:20 -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 1JOJzD-0005TF-RP for emacs-orgmode@gnu.org; Sun, 10 Feb 2008 16:45:20 -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 1JOJzB-0005nk-RC for emacs-orgmode@gnu.org (return-path ); Sun, 10 Feb 2008 21:45:18 +0000 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id E4100ACCE9 for ; Sun, 10 Feb 2008 21:45:13 +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 YljqLQfyogDw for ; Sun, 10 Feb 2008 21:45:13 +0000 (GMT) Received: from [192.168.0.8] (unknown [192.168.0.8]) by firewall.banter.local (Postfix) with ESMTP id C8E0DACA8F for ; Sun, 10 Feb 2008 21:45:13 +0000 (GMT) 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? Ian. * Web Site Passwords. :PROPERTIES: :COLUMNS: %25ITEM %USER %PASSWORD %URL %NOTES :END: ** Allaboutsymbian :PROPERTIES: :USER: :URL: http://www.allaboutsymbian.com :PASSWORD: sakskasszzzz :NOTES: some notes : :END: * Bank Details. :PROPERTIES: :COLUMNS: %25ITEM %ACCOUNTNO %NOTES :END: ** My Bank