From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org google weather Date: Sat, 05 Mar 2011 11:19:07 +0100 Message-ID: <8739n1j2ec.fsf@gnu.org> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=42642 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pvoa3-0005C8-Lr for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 05:19:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvoZy-0005Ey-TC for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 05:19:23 -0500 Received: from mail-ww0-f41.google.com ([74.125.82.41]:38321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvoZy-0005En-Lz for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 05:19:18 -0500 Received: by wwb29 with SMTP id 29so923887wwb.0 for ; Sat, 05 Mar 2011 02:19:17 -0800 (PST) In-Reply-To: <4427.1299270361@alphaville.usa.hp.com> (Nick Dokos's message of "Fri, 04 Mar 2011 15:26:01 -0500") 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: nicholas.dokos@hp.com Cc: Konrad Hinsen , Org Mode Mailing List Hi Nick, Nick Dokos writes: > Konrad Hinsen 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. HTH, -- Bastien