From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominik Schrempf Subject: Exporting selected tasks (maybe from agenda view) including their body. Date: Wed, 19 Oct 2011 19:38:24 +0200 Message-ID: <4E9F0B10.3020302@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGa62-00086h-HG for emacs-orgmode@gnu.org; Wed, 19 Oct 2011 13:38:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGa60-0003IR-Py for emacs-orgmode@gnu.org; Wed, 19 Oct 2011 13:38:30 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:43861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGa60-0003IJ-HX for emacs-orgmode@gnu.org; Wed, 19 Oct 2011 13:38:28 -0400 Received: by bkbzu5 with SMTP id zu5so2842196bkb.0 for ; Wed, 19 Oct 2011 10:38:27 -0700 (PDT) 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: Org Mode Is there a possibility to export tasks including their body (text, maybe logbook etc.) from the agenda view? What I would like to do is the following: I have Tasks with a certain todo state (e.g. WAITING). I can view all these tasks in an agenda view. Now I need to leave my computer and want to print out every task showing up in the agenda view (e.g. every task with a WAITING todo state) including the bodies of the tasks (the whole text that shows up in the org file, maybe without logbook drawers). It should work like exporting to HTML (because the latex formulas should be compiled) but picking only some tasks of multiple org files. Does such an export function exist? If not, how could I achieve this? Thanks, Dominik