From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: org google weather Date: Sat, 5 Mar 2011 21:35:08 +0100 Message-ID: <529E07B0-65BD-4235-A8DA-69F2D8938462@fastmail.net> 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> <874o7hfqc1.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=60525 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvyC7-0008Si-5Z for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 15:35:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvyC5-0008GE-Uf for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 15:35:19 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:40413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvyC5-0008Fl-C0 for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 15:35:17 -0500 In-Reply-To: <874o7hfqc1.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 Hi Bastien, On 5 Mar 2011, at 18:07, Bastien wrote: > Sorry, not sure I was clear enough: my point was that you can > *already* > select tasks you want to appear on the dayly agenda view and not on > the > weekly agenda view. > > It's just a matter of writing an org-agenda-skip-function that react > differently depending on org-agenda-span. Right, you "just" need to write a function ;-) I guess I wasn't clear enough either, because that's what my proposal is about as well. My idea is 1) Use some property (or tag) to mark events in an org-file as "day view only". 2) Write an org-agenda-skip-function that checks for that property/tag AND checks the value of org-agenda-span. What keeps me from writing that function right now is that I don't know the internals of org-mode well enough to know how to check for a propery or tag. I expect to spend an hour reading source code, and that's for another day :-) Konrad.