From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: org-capture -- optionally add time-of-day as with C-c . ? Date: Wed, 10 Feb 2016 19:19:52 +0000 Message-ID: <87si10pe3r.fsf@gmail.com> References: <20160210092256.GA12739@s70206.gridserver.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:4830:134:3::10]:48893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTaIx-0007F0-NP for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 14:20:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTaIt-0006gG-JY for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 14:19:59 -0500 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:37028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTaIt-0006fr-Bp for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 14:19:55 -0500 Received: by mail-wm0-x234.google.com with SMTP id g62so40635829wme.0 for ; Wed, 10 Feb 2016 11:19:55 -0800 (PST) In-Reply-To: <20160210092256.GA12739@s70206.gridserver.com> 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: John Magolske , emacs-orgmode@gnu.org Hi John, Using %^T seems to give the desired behavior you describe in your message. Can you try it and see if it works for you? (Regrettably, it=E2=80=99s not obvious from the docstring of =E2=80=98org-capture-templat= es=E2=80=99 that it should behave like that, since %T is supposed to insert a time unconditionally. But in my testing, %^T only inserts a time if one is entered by the user.) --=20 Aaron Ecay