From mboxrd@z Thu Jan 1 00:00:00 1970 From: "sgeorgii ." Subject: How to print only visible elements of org-agenda Date: Fri, 20 Nov 2015 12:47:35 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZziI5-0003H0-8B for emacs-orgmode@gnu.org; Fri, 20 Nov 2015 04:47:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZziI4-0008Qi-BS for emacs-orgmode@gnu.org; Fri, 20 Nov 2015 04:47:37 -0500 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:35648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZziI4-0008Qb-5K for emacs-orgmode@gnu.org; Fri, 20 Nov 2015 04:47:36 -0500 Received: by wmdw130 with SMTP id w130so12576953wmd.0 for ; Fri, 20 Nov 2015 01:47:35 -0800 (PST) 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! I run org-agenda and then I do some filtering of the agenda by tags. Then I simply want to print the lines which I now see on the screen. My problem is - I am getting printed _all_ lines of org-agenda, including those I just filtered out and do not see on my screen! My desired outcome is to get printed only those org-agenda lines I see on screen after filtering. Can this be done?