From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Barnier Subject: Hide timestamps for several days time range in agenda Date: Mon, 12 Jul 2010 08:17:07 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=55796 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYECh-0002Oc-42 for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 04:17:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYECf-0004FG-Vl for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 04:17:31 -0400 Received: from lo.gmane.org ([80.91.229.12]:60526) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYECf-0004Ev-PF for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 04:17:29 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OYECW-0007qX-Gg for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 10:17:20 +0200 Received: from zone129host186.ens-lsh.fr ([zone129host186.ens-lsh.fr]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Jul 2010 10:17:20 +0200 Received: from julien by zone129host186.ens-lsh.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Jul 2010 10:17:20 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I'm currently trying to use the agenda a bit more, but there is one thing I didn't manage : If i've got a several days timerange entry, such as the following : *** <2010-07-22 jeu.>--<2010-07-23 ven.> Paris The result in my current agenda view is : Jeudi 22 Juillet 2010 -- <2010-07-22 jeu.>--<2010-07-23 ven.> Paris Vendredi 23 Juillet 2010 -- <2010-07-22 jeu.>--<2010-07-23 ven.> Paris My question is : how do I hide the timestamps in these entries ? What I'd like to obtain would be simply : Jeudi 22 Juillet 2010 -- Paris Vendredi 23 Juillet 2010 -- Paris Thanks in advance for any idea, Julien