emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH]  Copying marked agenda entries to new buffer
@ 2010-07-20  8:21 info
  2010-07-20 14:21 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: info @ 2010-07-20  8:21 UTC (permalink / raw)
  To: emacs-orgmode

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?

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

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

* Re: [PATCH]  Copying marked agenda entries to new buffer
  2010-07-20  8:21 [PATCH] Copying marked agenda entries to new buffer info
@ 2010-07-20 14:21 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-07-20 14:21 UTC (permalink / raw)
  To: info; +Cc: emacs-orgmode


On Jul 20, 2010, at 10:21 AM, info@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

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

end of thread, other threads:[~2010-07-20 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-20  8:21 [PATCH] Copying marked agenda entries to new buffer info
2010-07-20 14:21 ` 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).