From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kel Chan Subject: property with multiple values, or suggestions for a course planning system Date: Sun, 21 Jul 2013 23:03:45 -0700 (PDT) Message-ID: <2070547464.7395115.1374473025988.JavaMail.root@jaguar7.sfu.ca> References: <2033281615.7374702.1374471018405.JavaMail.root@jaguar7.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V19Ds-0001Im-2T for emacs-orgmode@gnu.org; Mon, 22 Jul 2013 02:03:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V19Dp-0002Qi-49 for emacs-orgmode@gnu.org; Mon, 22 Jul 2013 02:03:52 -0400 Received: from rm-rstar2.sfu.ca ([142.58.101.4]:49436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V19Do-0002QJ-Sq for emacs-orgmode@gnu.org; Mon, 22 Jul 2013 02:03:49 -0400 Received: from bentley2.sfu.ca (bentley2.nfs.sfu.ca [192.168.102.43]) by rm-rstar2.sfu.ca (8.14.3/8.14.3/SFU-5.0H) with ESMTP id r6M63jht008628 for ; Sun, 21 Jul 2013 23:03:46 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by bentley2.sfu.ca (Postfix) with ESMTP id 138FE9002F for ; Sun, 21 Jul 2013 23:03:46 -0700 (PDT) Received: from bentley2.sfu.ca ([127.0.0.1]) by localhost (bentley2.sfu.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zRr5gr8S0e2x for ; Sun, 21 Jul 2013 23:03:46 -0700 (PDT) Received: from mailbox1.sfu.ca (load-balancer.sfu.ca [142.58.101.11]) by bentley2.sfu.ca (Postfix) with ESMTP id 036359002A for ; Sun, 21 Jul 2013 23:03:46 -0700 (PDT) In-Reply-To: <2033281615.7374702.1374471018405.JavaMail.root@jaguar7.sfu.ca> 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: emacs-orgmode@gnu.org Hi list, disclaimer: new to org and emacs. question: How can I associate more than one value to a property? I'm implementing a course planning tool b/c the one provided by my university sucks. Ideally, each course offered is a second level heading with a property "offering" with multiple possible values: fall, spring, odd spring, even summer, etc. And similar to "offering", each heading also have "prereq" and "designation" property. I would like to create a sparse-tree by searching for some property to view a tree of courses and plan accordingly. The problem is that each property can only have one value. Is property the best way to implement this system? If not, can you suggest something else? Thanks, kel