From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: org-read-date ignores hours? Date: Tue, 11 Feb 2020 11:18:55 +0100 Message-ID: <878sl9mnow.fsf@gnu.org> References: <84h83yr0wq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54805) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1Sd8-0000Di-K6 for emacs-orgmode@gnu.org; Tue, 11 Feb 2020 05:18:59 -0500 In-Reply-To: (agzam ibragimov's message of "Thu, 24 Oct 2019 10:45:39 -0700") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: agzam.ibragimov@gmail.com Cc: Marco Wahl , org-mode-email Hi, I tried=20 (progn =C2=A0 (setq org-popup-calendar-for-date-prompt t) =C2=A0 (org-read-date t)) (progn =C2=A0 (setq org-popup-calendar-for-date-prompt nil) =C2=A0 (org-read-date t)) from master and could not reproduce the problem (not having the inserted time string taken into account). Marco, can you reproduce the problem in master? --=20 Bastien