From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: packing all files linked in a subtree Date: Mon, 03 Jun 2013 21:05:13 +0200 Message-ID: <87ppw3582e.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uja4W-0003Jc-1e for emacs-orgmode@gnu.org; Mon, 03 Jun 2013 15:05:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uja4R-0001xj-Ac for emacs-orgmode@gnu.org; Mon, 03 Jun 2013 15:05:35 -0400 Received: from plane.gmane.org ([80.91.229.3]:56264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uja4R-0001xX-4a for emacs-orgmode@gnu.org; Mon, 03 Jun 2013 15:05:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uja4L-0008FF-Oy for emacs-orgmode@gnu.org; Mon, 03 Jun 2013 21:05:25 +0200 Received: from vpn-2127.gwdg.de ([134.76.2.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jun 2013 21:05:25 +0200 Received: from andreas.leha by vpn-2127.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jun 2013 21:05:25 +0200 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 Hi all, how would a write a function/source-block, that make a zip file from all files that are linked from a specific subtree of my orgfile? I am writing some document in a subtree, that I export to pdf and pass on. Additionally, I would like to pass all figures in a separate subtree. Now, if I could avoid to list the figures manually, but extract them dynamically, that would be really helpful. Regards, Andreas