From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] org.el: Fix custom timestamps for date ranges Date: Thu, 06 Jul 2017 19:22:38 +0200 Message-ID: <87a84h7a5d.fsf@nicolasgoaziou.fr> References: <20170706151910.8236-1-jan.seeger@thenybble.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTAUK-0007v9-3n for emacs-orgmode@gnu.org; Thu, 06 Jul 2017 13:22:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTAUF-0006EL-49 for emacs-orgmode@gnu.org; Thu, 06 Jul 2017 13:22:48 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:42021) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dTAUE-0006D0-Ts for emacs-orgmode@gnu.org; Thu, 06 Jul 2017 13:22:43 -0400 In-Reply-To: <20170706151910.8236-1-jan.seeger@thenybble.de> (Jan Seeger's message of "Thu, 6 Jul 2017 17:19:10 +0200") 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" To: Jan Seeger Cc: emacs-orgmode@gnu.org Hello, Jan Seeger writes: > * org.el (org-activate-dates): Change `org-activate-dates' to activate > custom timestamps for both dates in date ranges. Formerly, only the > second date would be activated. The reason was a misplaced > `if'. Replaced it with `when'. Also added doc comments. Applied. Thank you. Regards, -- Nicolas Goaziou