From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Extended-period events in agenda views Date: Tue, 2 Nov 2010 08:53:19 +0100 Message-ID: <6609317F-3A73-4C43-8F30-13B9019ED23E@fastmail.net> References: <6E1780D8-187C-47BE-A1C1-C6EB746C8BE7@fastmail.net> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=38405 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDBgP-0005QS-Pf for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 03:53:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDBgO-0006rD-6Q for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 03:53:29 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:45146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDBgN-0006px-JL for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 03:53:28 -0400 In-Reply-To: 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: Emacs Org mode mailing list Hi Carsten, On 1 Nov 2010, at 20:55, Carsten Dominik wrote: > I don't think so. But what I am also missing is a clear idea on > *how* this event should be generated and *how* it should be > displayed. Apparently you do not want the event listed in the > agenda, but you say "maybe a special font". If the event is not > listed, what else should be in a general font? I can think of several ways to do this: 1) a small marker (such as a star) in front of every day in the specific period, with a link to the event that caused it. I'd see at a glance that the days is special and if I need to know the details, they are just a click away. Problem: if several periods cover the same day, what does the link point to? There could be one star per special event, as long as their number remains reasonable. 2) Another visual marker for the days concerned, such as a special typeface (difficult, since bold and italic are already taken), or a different color. Problem: how to get at more detailed information? It could be shown in the minibuffer when the cursor is at that day, for example. As for generating the event, a list of day ranges would be just fine. They could have some property attached to them to distinguish them from ordinary events. Konrad.