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 09:16:32 +0200 Message-ID: <878vsbube7.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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeMLe-0004vG-5M for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 03:16:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeMLb-00067w-Ip for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 03:16:38 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:60204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeMLb-00067h-81 for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 03:16:35 -0400 In-Reply-To: <8739iklkgq.fsf@grumps.lan> (Christopher Allan Webber's message of "Tue, 05 Jul 2011 12:13:09 -0500") 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: Christopher Allan Webber Cc: SAKURAI Masashi , emacs-orgmode@gnu.org Christopher Allan Webber writes: Hi Christopher, > Also, cfw:open-org-calendar works, but things seem really slow... it > looks like you're recalculating the entire orgmode agenda for every > day. I wonder if things could be sped up if the orgmode agenda was > calculated for the entire period all at once and then broke that up > into days? For me, creating a custom org agenda with the next 21 days takes not much less than building an calfw calendar buffer with 42 days. It's about one second for the former and 2 seconds for the latter, so it seems calfw does the right thing. One thing which I'm currently missing is that the calfw entries gathered from org are missing the times (if that's specified using the 'time text property) and are sorted in an order I can't understand. For example, my org agenda for yesterday was uni: 08:30-10:00 =C3=9Cbung GST SS 2011 (B 013) :agebert:= teaching:: uni: 14:30-16:30 AG Ebert-Treffen :ageb= ert:: uni: Deadline: DONE CoffeeList-Blatt 25 mal drucken :agebert:tea= ching:: which is shown as +---------------+ | 5 (3) | |AG Ebert-Tre...| |DONE CoffeeL...| |=C3=9Cbung GST SS...| | | | | | | | | +---------------+ I think it would be good if the sorting was by time (items with no time at the bottom) and the time was visible somehow, for example in the tooltips. Another thing: If you have several split windows and calfw selects a window very narrow in height (or there are simply too many items for some day), then not all items are shown. That would be ok if there was some indication that some items are missing. Bye, Tassilo