From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Headline with 2 timestamps is displayed only once in the agenda Date: Wed, 22 Apr 2009 10:34:37 +0200 Message-ID: <499EF9D6-DA8B-4F38-8581-C7FEB6FED4DA@gmail.com> References: <87ljpu2xb5.fsf@thinkpad.tsdh.de> <873ac22dzm.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwXup-0000Vq-Ht for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 04:34:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwXul-0000V6-SG for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 04:34:47 -0400 Received: from [199.232.76.173] (port=60887 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwXul-0000V3-F4 for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 04:34:43 -0400 Received: from mail-ew0-f210.google.com ([209.85.219.210]:48340) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwXuk-0008RW-VC for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 04:34:43 -0400 Received: by ewy6 with SMTP id 6so122989ewy.42 for ; Wed, 22 Apr 2009 01:34:41 -0700 (PDT) In-Reply-To: <873ac22dzm.fsf@thinkpad.tsdh.de> 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: Tassilo Horn Cc: emacs-orgmode@gnu.org On Apr 21, 2009, at 6:00 PM, Tassilo Horn wrote: > Carsten Dominik writes: > > Hi Carsten, > >>> What do I have to do to make that entry showing up twice on 29th >>> April? >> >> Make the second one a SCHEDULED time stamp, for example. When Org >> collects entries for the day, it goes through the files, once for >> plain time stamps, once for scheduled, once for deadlines. When an >> entry matches, it stops looking for timestamps in the same entry. So >> you need to make the stamps of different kind to make them show up >> both. > > Hm, ok, that works. But what if I have to enter a few other > exceptions? > What do other people do in that situation? Add a subheading with all > exception dates? > > Why does org stop with the first match? Efficiency? At least I don't > care about that, so if this could be made customizable I wouldn't > object. Efficiency, and to avoid cluttering if you have recorded several time stamps in an entry. See, the problem is that all these lines will look exactly the same in the agenda, because they all show the same headline! However, I do see that your applications, with a different time-of-day, does in fact make sense. Anyway, get the latest version and do (setq org-agenda-find-multiple-timestamps-per-entry t) Question to everyone: Should this be the default? - Carsten > >>> BTW: Is it possible to specify an end date for repeating events? >> >> No, except if you use a diary sexp in the time stamp. But not with >> native Org syntax. > > Ok, thanks. > > Bye, > Tassilo > -- > No person, no idea, and no religion deserves to be illegal to > insult, > not even the Church of Emacs. (Richard M. Stallman) > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode