From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Subject: Re: [PATCH 2/3] org-datetree.el: Add support for ISO week trees. Date: Mon, 07 Sep 2015 23:27:30 +0100 Message-ID: <1773990.7YrMBpcAHh@descartes> References: <2604417.dNsH2en53f@descartes> <87fv2w82tf.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZ4t8-0007gF-My for emacs-orgmode@gnu.org; Mon, 07 Sep 2015 18:27:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZ4t5-0004CV-Gc for emacs-orgmode@gnu.org; Mon, 07 Sep 2015 18:27:46 -0400 Received: from ptmx.org ([178.63.28.110]:60063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZ4t5-0004CN-BO for emacs-orgmode@gnu.org; Mon, 07 Sep 2015 18:27:43 -0400 In-Reply-To: <87fv2w82tf.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld On Thursday 03 September 2015 07:55:08 Nicolas Goaziou wrote: > R=C3=BCdiger Sonderfeld writes: > > On Wednesday 02 September 2015 21:58:17 Nicolas Goaziou wrote: > >> R=C3=BCdiger Sonderfeld writes: > >> > + (let ((prop (org-find-property "DATE_WEEK_TREE"))) > >>=20 > >> I don't think we need to introduce a new property for that. DATE_T= REE is > >> enough. > >=20 > > Since DATE_TREE and DATE_WEEK_TREE (or WEEK_TREE instead?) are stru= ctured > > differently it might make sense to keep the property separated. >=20 > If you want both a date tree and a week tree in the same, you probabl= y > want them to start at the same level, don't you? I don't think that's necessarily true since both formats don't mix well= . If=20 anyone still wants it then they can simply add both properties. I've send updated versions of the patches as a reply to this message. Regards, R=C3=BCdiger