From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter Westlake" Subject: Re: Custom agenda question Date: Tue, 25 Aug 2009 13:36:26 +0100 Message-ID: <1251203786.6414.1331516069@webmail.messagingengine.com> References: <8BDFAE1E-5B8A-41C5-BA79-15D5E068EF1B@gmail.com> <9E989035-306A-4A27-B8AB-37CAC5D09D4A@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfvGT-0005fh-AQ for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 08:36:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfvGO-0005dF-Ab for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 08:36:40 -0400 Received: from [199.232.76.173] (port=33380 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfvGO-0005cx-2Z for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 08:36:36 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:58187) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfvGM-0001y9-O0 for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 08:36:34 -0400 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 673D5571F1 for ; Tue, 25 Aug 2009 08:36:26 -0400 (EDT) In-Reply-To: <9E989035-306A-4A27-B8AB-37CAC5D09D4A@gmail.com> 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: org-mode Mailinglist On Mon, 24 Aug 2009 20:03 +0200, "Carsten Dominik" wrote: > > On Aug 24, 2009, at 2:21 AM, Manish wrote: > > Once you've got your agenda organized right with todo's in order > > etc. then > > it's just a little disruptive to go anywhere else for a little extra > > detail to > > get some more context. But I agree agenda should be as compact as > > possible.. may be the extra lines could be a toggle switch? > > Hmmmm. > > I am not yet convinced, but I have made a little toy implementation > for you and others to try out and commet on. > > Please get the latest version and press `E' in the agenda to > toggle the display of a small amount (see variable > `org-agenda-entry-text-maxlines') of text from the entry in > the agenda. This is a very nice feature! Once it is fully implemented, it will have a benefit that you may not have anticipated, as explained below: Many of my TODO items include links to the online places where the task is to be done. I also use Org id links to the tasks whenever I write about them in my work log, and org-insert-link expands the link in the task to give something like "Headline Text {{link address}{link text}}". Because the link address is visible, it's very cluttered. With the new feature, I can put the links in the extra text and avoid cluttering up the headline. Hmm, but then they won't show up as links in the agenda view. Regardless of that, it's a good feature, and much appreciated! Peter.