emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Custom agenda question
@ 2009-08-19  2:44 Anthony Fairchild
  2009-08-19  6:34 ` Manish
  2009-08-19  9:34 ` Carsten Dominik
  0 siblings, 2 replies; 23+ messages in thread
From: Anthony Fairchild @ 2009-08-19  2:44 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1423 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 1673 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2009-08-28 12:18 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-19  2:44 Custom agenda question Anthony Fairchild
2009-08-19  6:34 ` Manish
2009-08-19  9:34 ` Carsten Dominik
2009-08-19  9:59   ` Manish
2009-08-23 16:57     ` Carsten Dominik
2009-08-24  0:21       ` Manish
2009-08-24 18:03         ` Carsten Dominik
2009-08-25  8:40           ` Manish
2009-08-25  8:55             ` Carsten Dominik
2009-08-25 13:57             ` Bernt Hansen
2009-08-25 16:06               ` Carsten Dominik
2009-08-26 11:12               ` Carsten Dominik
2009-08-26 11:32                 ` Bernt Hansen
2009-08-27 16:38                 ` Bernt Hansen
2009-08-28  8:44                   ` Carsten Dominik
2009-08-28 12:06                     ` Bernt Hansen
2009-08-28 12:18                     ` Bernt Hansen
2009-08-25 12:36           ` Peter Westlake
2009-08-26 12:04           ` Daniel Clemente
2009-08-26 12:28             ` Carsten Dominik
2009-08-26 16:11               ` Daniel Clemente
2009-08-26 17:09               ` Phil Rooke
2009-08-27  8:08                 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).