From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stuart McLean Subject: multiple date_tree values possible in a single file Date: Wed, 11 Apr 2012 18:34:37 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SI8vq-0005pA-BC for emacs-orgmode@gnu.org; Wed, 11 Apr 2012 21:34:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SI8vo-0007pi-OZ for emacs-orgmode@gnu.org; Wed, 11 Apr 2012 21:34:41 -0400 Received: from mail-qa0-f48.google.com ([209.85.216.48]:34950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SI8vo-0007np-Hg for emacs-orgmode@gnu.org; Wed, 11 Apr 2012 21:34:40 -0400 Received: by qam2 with SMTP id 2so1304165qam.0 for ; Wed, 11 Apr 2012 18:34:38 -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: emacs-orgmode Hello, everyone I really like the date tree hierarchy. I was wondering whether it was possible to use multiple date_tree hierarchies in a single file, or how one would go about setting it up. For example * Items TODO ** tree 1 :PROPERTIES: :DATE_TREE: t :END: ** tree 2 :PROPERTIES: :DATE_TREE: t :END: I don't think i can get this to work. Any suggestions? Thanks, Stuart