From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Calendar-like view of the org-agenda Date: Wed, 06 Jul 2011 12:00:07 +0200 Message-ID: <87sjqjsp94.fsf@member.fsf.org> References: <87pqlu5quz.fsf@gnu.org> <87zkky48ol.wl%markert.michael@googlemail.com> <87tyb2qs39.fsf@isil.kanru.info> <8762nigeuk.wl%markert.michael@googlemail.com> <8739iklkgq.fsf@grumps.lan> <878vsbube7.fsf@member.fsf.org> <19988.11619.3400.87930@gazelle.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeOuK-0001hP-O3 for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 06:00:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeOuI-0006mA-Bn for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 06:00:35 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:50040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeOuI-0006m1-0F for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 06:00:34 -0400 In-Reply-To: <19988.11619.3400.87930@gazelle.local> (Manuel Hermenegildo's message of "Wed, 6 Jul 2011 11:39:47 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Manuel Hermenegildo Cc: SAKURAI Masashi , emacs-orgmode@gnu.org Manuel Hermenegildo writes: Hi! > Or, perhaps even simpler, calfw could simply read the org-agenda > buffer (colors and all) instead of reading the org files. > > This would have the enormous advantage that it would always generate > the tasks with the same order, priorities, filters, customizations, > etc. as the org agenda. > > What do you think? I don't think that would be simpler. The way it operates now requires only picking several text properties (like 'date which it does, and 'time or 'priority which it currently doesn't). Parsing agenda buffers would require building 42 org day agenda buffers and heavy transformation on strings, like cutting the time grid and moving the times around (you don't want to have a long string 08:00-10:00 in front of timed entries in calfw, because then you won't see anything from the headline/description), and other stuff. Bye, Tassilo