From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Leduc Subject: Simple copy/paste of an agenda TODO list Date: Thu, 7 Jan 2016 21:14:41 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHMjn-0001TD-8V for emacs-orgmode@gnu.org; Thu, 07 Jan 2016 21:25:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHMjj-0005JB-4F for emacs-orgmode@gnu.org; Thu, 07 Jan 2016 21:25:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:55847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHMji-0005I1-TQ for emacs-orgmode@gnu.org; Thu, 07 Jan 2016 21:25:07 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aHMjg-0004NR-Vc for emacs-orgmode@gnu.org; Fri, 08 Jan 2016 03:25:05 +0100 Received: from modemcable038.50-161-184.mc.videotron.ca ([184.161.50.38]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2016 03:25:04 +0100 Received: from ldcmrtn by modemcable038.50-161-184.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2016 03:25:04 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello orgers, I'm wondering how to do a simple copy/paste of a todo list from org-mode. For instance, when I'm producing the list of all my TODOs with C-c a t, and then filtering it using a given tag, how can I simply copy and paste the resulting TODO list from the "Org Agenda" buffer into another one (e.g. scratch) ? I tried to simply select and copy, but then yanking into another buffer results in an un-filtered list of many TODOs (which is nearly the same as the first one constructed from C-c a t, but excludes all TODOs that appear before the first entry retained by the filter). I also tried with org-copy-visible, but still no success. Anybody could explain me how to do this simple task ? Thanks a lot, Martin