From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Add seconds field in custom time stamps Date: Fri, 9 Aug 2013 11:48:39 +0200 Message-ID: <2C971B7F-C0AC-4D1B-BABF-FF1EEA6B97A2@gmail.com> References: <51937FC4.5060901@yahoo.fr> Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7jJQ-0002LX-72 for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 05:48:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7jJL-000152-2P for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 05:48:48 -0400 Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:38503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7jJK-00014t-SH for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 05:48:42 -0400 Received: by mail-ee0-f52.google.com with SMTP id c41so2054546eek.11 for ; Fri, 09 Aug 2013 02:48:42 -0700 (PDT) In-Reply-To: <51937FC4.5060901@yahoo.fr> 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: Nicolas Bercher Cc: emacs-orgmode@gnu.org On 15.5.2013, at 14:29, Nicolas Bercher wrote: > Hi, >=20 > I'm quite an emacs newbie but I'm using org-mode since > 2 two years. >=20 > I'd like to get a higher resolution in time stamps by > adding "seconds" field (%S ?), to obtain something like > this: >=20 > <2013-05-15 Wed 14:18:55> >=20 > or >=20 > [2013-05-15 Wed 14:18:55] >=20 > But it seems not easy and might confuse, for example, > the rendering of dates within the Agenda (C-a a a). >=20 > I've tried to play around with org-time-stamp-custom-formats > without success. >=20 > Any pointer or something to start from? Hi Nicolas, Hmm, I think this would be really hard - the idea that we only have = minute resolution is probably an implicit assumption for much code in = Org. I do not recomment to attempt to change this. - Carsten >=20 > Thanks, > Nicolas >=20