From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Time stamped TODOs with current-time from everywhere. Date: Sat, 05 Aug 2017 05:46:42 -0500 Message-ID: <8760e21ect.fsf@alphapapa.net> References: <87r2wqrboo.fsf@alphapapa.net> 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]:51389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddwbm-0001yU-UJ for emacs-orgmode@gnu.org; Sat, 05 Aug 2017 06:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddwbj-0007ee-R1 for emacs-orgmode@gnu.org; Sat, 05 Aug 2017 06:47:03 -0400 Received: from [195.159.176.226] (port=50201 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ddwbj-0007do-K1 for emacs-orgmode@gnu.org; Sat, 05 Aug 2017 06:46:59 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ddwbY-0002N9-34 for emacs-orgmode@gnu.org; Sat, 05 Aug 2017 12:46:48 +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: emacs-orgmode@gnu.org Michaƫl Cadilhac writes: > Thanks for your expertise Adam. Glad I could help, but I think you did the sleuthing here. ;) > It seems indeed that org-agenda-capture (or equivalently, setting > org-capture-use-agenda-date) affects the default date at all stages, > i.e., for %u and for the default value of %^t. This is done through > setting org-overriding-default-time. I don't think there's any reason > to change this behavior, but it may be worth adding that info in > org-capture-template's docstring. At the moment, it only says "time > stamp". If you could send a TINYCHANGE patch to the docstring, I'm sure Nicolas would be grateful! :)