From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: Bug: time duration in capture template broken Date: Tue, 05 Jan 2016 22:48:30 +0100 Message-ID: <878u43aea9.fsf@free.fr> References: <568AFB4B.8020101@verizon.net> <87r3hwnwid.fsf@free.fr> <87mvsj9123.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGZTF-0007au-0B for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 16:48:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGZTA-0005dh-1J for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 16:48:48 -0500 Received: from plane.gmane.org ([80.91.229.3]:56808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGZT9-0005dc-Qa for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 16:48:43 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aGZT5-0000hS-Ay for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 22:48:39 +0100 Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jan 2016 22:48:39 +0100 Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Jan 2016 22:48:39 +0100 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 Nicolas Goaziou writes: > Hello, > > Julien Cubizolles writes: > >> Maybe it's related, but I just noted that the %^G and %^t fields >> %-escapes don't work anymore: they just insert the "%^G" and "%^t" >> strings instead of prompting. > > Could you provide a template where those fail? Sure: --8<---------------cut here---------------start------------->8--- ("t" "todo" entry (fileheadline "~/org/orgfiles/refile.org" "Tâches") "* TODO %? %^G\n DEADLINE: %^t" :clock-resume t :kill-buffer t)--8<---------------cut here---------------end--------------->8---