From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Headline with 2 timestamps is displayed only once in the agenda Date: Wed, 22 Apr 2009 15:21:20 -0400 Message-ID: <87mya8v6j3.fsf@gollum.intra.norang.ca> References: <87ljpu2xb5.fsf@thinkpad.tsdh.de> <873ac22dzm.fsf@thinkpad.tsdh.de> <499EF9D6-DA8B-4F38-8581-C7FEB6FED4DA@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lwi0i-0008CE-G9 for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 15:21:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lwi0e-00088z-2z for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 15:21:31 -0400 Received: from [199.232.76.173] (port=49347 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lwi0d-00088d-Tn for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 15:21:27 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:53484) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lwi0d-0005qT-D9 for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 15:21:27 -0400 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: Carsten Dominik Cc: Tassilo Horn , emacs-orgmode@gnu.org Carsten Dominik writes: > Anyway, get the latest version and do > > (setq org-agenda-find-multiple-timestamps-per-entry t) > > Question to everyone: Should this be the default? I don't think I ever use more than one timestamp per entry. As long as there is no noticeable performance hit then I have no preference for what the default is. -Bernt PS. I can't find this variable in the latest git sources so I couldn't try it myself to see if there was a noticeable performance hit. It seems the variable is really org-agenda-skip-additional-timestamps-same-entry instead. Toggling this variable doesn't seem to change how long the agenda displays for me.