From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?T2xpdmVyIFZlxI1lcm7DrWs=?= Subject: filter included files Date: Sat, 11 May 2013 07:56:19 +0200 Message-ID: <518DDD83.8020404@vecernik.at> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ub2nF-0005OE-CJ for emacs-orgmode@gnu.org; Sat, 11 May 2013 01:56:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ub2nC-000647-Ho for emacs-orgmode@gnu.org; Sat, 11 May 2013 01:56:29 -0400 Received: from server469-han.de-nserver.de ([85.158.180.111]:38834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ub2nC-00063S-8J for emacs-orgmode@gnu.org; Sat, 11 May 2013 01:56:26 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by milli (Postfix) with ESMTPS id C54EE7804F8 for ; Sat, 11 May 2013 07:56:19 +0200 (CEST) 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, I like to include files from the network to document their status at the time of publication e.g.: #+INCLUDE: "/:/etc/iptables/iptables.rules" example But sometimes I'd like to do some more filtering (sed, whatever), to remove passwords or other sensible information from the output. Is their a 'best practice' to achieve this goal? -- Regards, Oliver