On Jul 20, 2010, at 10:21 AM, i...@s-hahn.de wrote:
Hello, this is a repost of a patch vom may, which has not been recognized in any way. I'm using org-mode (with gtd) since a year for work an private task management. It's great. For work I'm missing one function. I have all my notes on computer, but in most of my meetings I'm without my computer and so I want to print the notes before going to the meeting. Because I tagged all my entries I can show an agenda buffer with all relevant entries. But I did not found any possibility to print the complete entries displayed in agenda buffer. I modified org-agenda.el and added a command to the bulk command to copy all marked entries to a new buffer which can be printed. Is there any other possibility to do this?
Maybe note quite what you want, but (setq org-agenda-add-entry-text-maxlines 20) does something like tis directly in the agenda, also for printing with org-write-agenda. You can also set that variable in the option section of a custom command, to only get it for that specific command. - Carsten
Stefan Stefan-W. Hahn (1): Added command in org-agenda-bulk-action to copy marked entries to a new buffer. doc/org.texi | 2 ++ lisp/org-agenda.el | 30 +++++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletions(-) -- 1.7.2.rc2 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode