From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: org google weather Date: Sat, 5 Mar 2011 15:29:40 +0100 Message-ID: References: <87oc5rlwc4.wl%lists@700c.org> <4D70A577.4000509@manor-farm.org> <80k4gfnth7.fsf@somewhere.org> <4D70CCB6.5080101@manor-farm.org> <8736.1299256681@alphaville.dokosmarshall.org> <4427.1299270361@alphaville.usa.hp.com> <8739n1j2ec.fsf@gnu.org> 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=37069 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvsUQ-0001DE-Ay for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 09:29:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvsUP-0000mv-7N for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 09:29:50 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:38110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvsUO-0000m9-Jc for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 09:29:49 -0500 In-Reply-To: <8739n1j2ec.fsf@gnu.org> 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: Bastien Cc: nicholas.dokos@hp.com, Org Mode Mailing List On 5 Mar 2011, at 11:19, Bastien wrote: >>> Is there a way to get this inserted only into the day view, but not >>> into the week view? In fact, I would like to have that choice for >>> agenda items in general. It makes sense (to me at least) to have >>> more >>> information in the day view than in the week view. >> >> Not that I know of, which means one of two things: it's there but I >> don't know about it (something that has happened many times in the >> past >> with org) or it's not there and Carsten will have it implemented by >> tomorrow morning :-) > > A clever combination of org-agenda-span and org-agenda-skip-function > (checking against this span) in a custom agenda command should do. That sounds like a good plan. A property could be used to limit visibility to day or week views, and the skip-function would check for that property. Konrad.