From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: using dates as property? Date: Mon, 31 Aug 2015 07:02:58 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWMrj-0006dd-PE for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 07:03:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWMre-0000Tp-VD for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 07:03:07 -0400 Received: from mail-qk0-x22f.google.com ([2607:f8b0:400d:c09::22f]:36565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWMre-0000Td-S6 for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 07:03:02 -0400 Received: by qkda128 with SMTP id a128so59287848qkd.3 for ; Mon, 31 Aug 2015 04:03:01 -0700 (PDT) Received: from vpn-128-237-146-144.library.vpn.cmu.edu (VPN-128-237-146-144.LIBRARY.VPN.CMU.EDU. [128.237.146.144]) by smtp.gmail.com with ESMTPSA id 140sm261940qhy.6.2015.08.31.04.03.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 31 Aug 2015 04:03:00 -0700 (PDT) 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: Org Mode Hi, I am making a historical list of seminar speakers in an org-file. I am trying to figure out the best way to store the dates so I can do something later like find speakers from 2010, or to sort the speakers by date etc... Here is an example of my current thoughts. My questions are: 1. are org-timestamps the right approach? 2. are they better in the headline (where they are more easily read) or as a property? 3. In either case, is there an easy way to search/sort them? ** Some Person :PROPERTIES: :FIRSTNAME: Some :LASTNAME: Person :EMAIL: some.person@someplace.edu :URL: http://some.place.edu/some-person :END: *** [2010-02-02 Tue] Title.... :PROPERTIES: :DATE: [2010-02-02 Tue] :END: *** [2015-09-01 Tue] Title... :PROPERTIES: :DATE: [2015-09-01 Tue] :END: Thanks! -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu