From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to copy an agenda buffer into another buffer for editing Date: Wed, 17 Jan 2007 13:13:19 +0100 Message-ID: References: <19307.1168962923@lap1.smtl.co.uk> <04281800b8c6d767df83d777695c7b2d@science.uva.nl> <22244.1169035479@lap1.smtl.co.uk> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H79fW-0001pl-Fc for emacs-orgmode@gnu.org; Wed, 17 Jan 2007 07:13:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H79fS-0001ns-EG for emacs-orgmode@gnu.org; Wed, 17 Jan 2007 07:13:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H79fS-0001nl-3n for emacs-orgmode@gnu.org; Wed, 17 Jan 2007 07:13:26 -0500 Received: from [149.217.40.2] (helo=mailer.mpia-hd.mpg.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H79fR-0004Qd-M4 for emacs-orgmode@gnu.org; Wed, 17 Jan 2007 07:13:26 -0500 In-Reply-To: <22244.1169035479@lap1.smtl.co.uk> 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: Pete Phillips Cc: emacs-orgmode@gnu.org Great. Please remove this from your setup when you get 4.62, because it will be built-in then. - Carsten On Jan 17, 2007, at 13:04, Pete Phillips wrote: > Hi Carsten > >>>>>> "Carsten" == Carsten Dominik writes: > > Carsten> Now that is an interesting bug, and it is actually > Carsten> dangerous. > > :-) > > Carsten> This is, in fact, a dangerous bug, because if, for > example, > Carsten> you press C-k on one of those lines, the corresponding > Carsten> entry in the org-mode file or in the diary will be > Carsten> *removed*. So don't do that, and I hope you have not > Carsten> destroyed something already. > > Nearly. Thank goodness for undo eh ? > > Carsten> A work-around is to use the following function to copy the > Carsten> region from the agenda buffer. It does the same thing as > Carsten> M-w, but does not take along any text properties. > > I haven't tried that because I tried: > > Carsten> Hmmmmm, I am just thinking, that a general solution for > Carsten> this might instead be: > > Carsten> (add-hook 'org-agenda-mode-hook (lambda () > Carsten> (make-local-variable 'buffer-substring-filters) (setq > Carsten> buffer-substring-filters (cons (lambda (x) > Carsten> (set-text-properties 0 (length x) nil x) x) > Carsten> buffer-substring-filters)))) > > and this works (once I killed the *Org Agenda* buffer off and > regenerated it). > > Superb. Thanks. > Pete > > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477