From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Custom agenda question Date: Wed, 19 Aug 2009 10:34:50 +0100 Message-ID: <8BDFAE1E-5B8A-41C5-BA79-15D5E068EF1B@gmail.com> References: 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 1MdhZM-00068O-4j for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 05:35:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdhZH-00064Z-SS for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 05:34:59 -0400 Received: from [199.232.76.173] (port=36492 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdhZH-00064A-Eg for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 05:34:55 -0400 Received: from ey-out-1920.google.com ([74.125.78.149]:33753) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MdhZG-0007om-Vs for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 05:34:55 -0400 Received: by ey-out-1920.google.com with SMTP id 5so1175851eyb.24 for ; Wed, 19 Aug 2009 02:34:54 -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 , Manish Sharma Cc: org-mode Mailinglist On Aug 19, 2009, at 3:44 AM, Anthony Fairchild wrote: > Hi, > > Is there a way to get the text underneath a todo heading to show up > in the agenda screen? No this is not possible. > 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. This, on the other hand *is* possible. (setq org-agenda-add-entry-text-maxlines 10) I believe you can also set this variable in the options section of the custom command. - Carsten > > Here is an example: > > *** TODO Potluck at Sally's :next: > Drive north on 405 > Turn left at the barn > Blah blah blah, more stuff I want to include > > And my custom agenda currently looks like this: > > (setq org-agenda-custom-commands > '(("p" "Print List" > ((tags-todo "NEXT" ((org-agenda-prefix-format "[ ] %T: ") > (org-agenda-sorting-strategy '(tag-up > priority-down)) > (org-agenda-todo-keyword-format "") > (org-agenda-overriding-header "\nNext > Actions\n------------------\n"))) > (tags-todo "buy" ((org-agenda-prefix-format "[ ] %T: ") > (org-agenda-sorting-strategy '(tag-up > priority-down)) > (org-agenda-todo-keyword-format "") > (org-agenda-overriding-header > "\nShopping List\n------------------\n")))) > ((org-agenda-sorting-strategy '(priority-down)) > (org-agenda-with-colors nil) > (org-agenda-todo-keyword-format "") > (org-agenda-compact-blocks t) > (org-agenda-remove-tags t) > (ps-number-of-columns 2) > (ps-landscape-mode t))))) > > > Thanks! > > Anthony > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode