From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Custom agenda question Date: Wed, 19 Aug 2009 12:04:42 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdelP-0008AU-UU for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 02:35:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdelL-00089t-6H for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 02:35:15 -0400 Received: from [199.232.76.173] (port=57204 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdelK-00089Y-RZ for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 02:35:10 -0400 Received: from mx20.gnu.org ([199.232.41.8]:30143) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdelK-0007lS-GU for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 02:35:10 -0400 Received: from mail-yw0-f190.google.com ([209.85.211.190]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MdelJ-0001wr-A6 for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 02:35:09 -0400 Received: by ywh28 with SMTP id 28so6031513ywh.27 for ; Tue, 18 Aug 2009 23:35:07 -0700 (PDT) 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: Anthony Fairchild Cc: emacs-orgmode@gnu.org On Wed, Aug 19, 2009 at 8:14 AM, Anthony Fairchild wrote: > Hi, > > Is there a way to get the text underneath a todo heading to show up in the > agenda screen? I like to put extra info there, like driving directions, and > it would be nice to have that info when I print out the agenda. I don't think that's possible. You can display display information stored in a drawer by switching to column view while in agenda. You will need to customize org-drawers and org-columns-default-format. -- Manish