From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Bug: time duration in capture template broken Date: Mon, 04 Jan 2016 18:07:55 -0500 Message-ID: <568AFB4B.8020101@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGEEs-0006QM-PE for emacs-orgmode@gnu.org; Mon, 04 Jan 2016 18:08:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGEEp-0005zy-Je for emacs-orgmode@gnu.org; Mon, 04 Jan 2016 18:08:34 -0500 Received: from vms173023pub.verizon.net ([206.46.173.23]:57718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGEEp-0005wp-EJ for emacs-orgmode@gnu.org; Mon, 04 Jan 2016 18:08:31 -0500 Received: from [192.168.1.128] ([70.209.143.72]) by vms173023.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O0G0068TAX7DCM0@vms173023.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 04 Jan 2016 17:07:57 -0600 (CST) 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@gnu.org Until recently given the following capture template "* APPOINTMENT %?%^{BeginTimeDuration}T %^{Location} %^{Reason}" When prompted for the BeginTimeDuration and entered 2/29 09:00+1:00, etc would result in * APPOINTMENT <2016-02-29 Mon 09:00-10:00> Location Reason it now results in ** APPOINTMENT <2016-02-29 Mon (system time when capture made)> Location Reason If no duration is given, the date and time as entered into the template are correctly captured * APPOINTMENT <2016-02-29 Mon 09:00> Location Reason Same error if I use 13:00-14:00 or 13:00--14:00 for duration, the start and end time still results in the system time when I C-c C-c the capture. LMDE2 GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Org-mode version 8.3.2 (release_8.3.2-457-g4a6d19 @ /usr/local/share/emacs/site-lisp/org-mode/lisp/) Charlie Millar