From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Bercher Subject: Add seconds field in custom time stamps Date: Wed, 15 May 2013 14:29:56 +0200 Message-ID: <51937FC4.5060901@yahoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcaqJ-0006sB-M9 for emacs-orgmode@gnu.org; Wed, 15 May 2013 08:30:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcaqG-0002AJ-F2 for emacs-orgmode@gnu.org; Wed, 15 May 2013 08:30:03 -0400 Received: from smtp-out1.legos.obs-mip.fr ([195.220.93.51]:57275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcaqG-0002A1-7p for emacs-orgmode@gnu.org; Wed, 15 May 2013 08:30:00 -0400 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 Hi, I'm quite an emacs newbie but I'm using org-mode since 2 two years. I'd like to get a higher resolution in time stamps by adding "seconds" field (%S ?), to obtain something like this: <2013-05-15 Wed 14:18:55> or [2013-05-15 Wed 14:18:55] But it seems not easy and might confuse, for example, the rendering of dates within the Agenda (C-a a a). I've tried to play around with org-time-stamp-custom-formats without success. Any pointer or something to start from? Thanks, Nicolas