From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Custom agenda question Date: Mon, 24 Aug 2009 20:03:17 +0200 Message-ID: <9E989035-306A-4A27-B8AB-37CAC5D09D4A@gmail.com> References: <8BDFAE1E-5B8A-41C5-BA79-15D5E068EF1B@gmail.com> 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 mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfdtG-0004EP-9Z for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 14:03:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfdtB-0004CX-9F for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 14:03:33 -0400 Received: from [199.232.76.173] (port=34324 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfdtB-0004CK-61 for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 14:03:29 -0400 Received: from postduif.ic.uva.nl ([145.18.40.180]:51018) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mfdt9-0000uq-14 for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 14:03:27 -0400 In-Reply-To: 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: Manish Cc: org-mode Mailinglist 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. - Carsten