From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Fairchild Subject: Custom agenda question Date: Tue, 18 Aug 2009 19:44:03 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2054274615==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mdb9n-0004kG-EP for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 22:44:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mdb9i-0004iK-Kw for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 22:44:11 -0400 Received: from [199.232.76.173] (port=48955 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mdb9i-0004iD-FU for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 22:44:06 -0400 Received: from mail-px0-f193.google.com ([209.85.216.193]:45936) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mdb9h-0005Lz-Vo for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 22:44:06 -0400 Received: by pxi31 with SMTP id 31so2463723pxi.24 for ; Tue, 18 Aug 2009 19:44:04 -0700 (PDT) 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: emacs-orgmode@gnu.org --===============2054274615== Content-Type: multipart/alternative; boundary=00504502b1a6b04f900471759b36 --00504502b1a6b04f900471759b36 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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. 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 --00504502b1a6b04f900471759b36 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

Is there a way to get the text underneath a todo heading to sho= w up in the agenda screen?=A0 I like to put extra info there, like driving = directions, and it would be nice to have that info when I print out the age= nda.

Here is an example:

*** TODO Potluck at Sally's=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 :next:
Drive north on 405
= Turn left at the barn
Blah blah blah, more stuff I want=A0 to include
And my custom agenda currently looks like this:

(setq org-agenda-custom-commands
=A0=A0=A0=A0=A0 '(("p"= ; "Print List"
=A0=A0=A0 =A0((tags-todo "NEXT" ((org= -agenda-prefix-format "[ ] %T: ")
=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 (org-agenda-sorti= ng-strategy '(tag-up priority-down))
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 (org-agenda-todo-keyword-format "")
=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 (org-= agenda-overriding-header "\nNext Actions\n------------------\n"))= )
=A0=A0=A0=A0=A0=A0=A0=A0=A0 (tags-todo "buy" ((org-agenda-pr= efix-format "[ ] %T: ")
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0 (org-agenda-sorting-strategy '(tag-up priority-down))
=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= (org-agenda-todo-keyword-format "")
=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 (org-agenda-overr= iding-header "\nShopping List\n------------------\n"))))
=A0=A0=A0 =A0((org-agenda-sorting-strategy '(priority-down))
=A0=A0= =A0=A0=A0=A0=A0=A0=A0 (org-agenda-with-colors nil)
=A0=A0=A0=A0=A0=A0=A0= =A0=A0 (org-agenda-todo-keyword-format "")
=A0=A0=A0=A0=A0=A0= =A0=A0=A0 (org-agenda-compact-blocks t)
=A0=A0=A0=A0=A0=A0=A0=A0=A0 (org= -agenda-remove-tags t)
=A0=A0=A0=A0=A0=A0=A0=A0=A0 (ps-number-of-columns 2)
=A0=A0=A0=A0=A0=A0= =A0=A0=A0 (ps-landscape-mode t)))))


Thanks!

Anthony
--00504502b1a6b04f900471759b36-- --===============2054274615== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============2054274615==--