From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcin Antczak Subject: [Feature request] org-babel-tangle-file add an option to tangle if target-file is older than file. Date: Thu, 18 Sep 2014 10:16:56 +0200 Message-ID: <541A94F8.8040305@neutrico-themes.pl> 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]:35609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUWxA-0000hZ-48 for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 04:20:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUWx2-0008Rm-7G for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 04:20:35 -0400 Received: from az0022.srv.az.pl ([46.242.145.22]:42159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUWx2-0008QW-0U for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 04:20:28 -0400 Received: from nat143-88.izacom.pl ([194.149.88.143]:45765 helo=[192.168.1.99]) by az0022.srv.az.pl with esmtpsa (UNKNOWN:DHE-RSA-AES128-SHA:128) (Exim 4.80.1) (envelope-from ) id 1XUWwv-001kDl-8X for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 10:20:21 +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 As in topic. I think that if both parameters 'file' and 'target-file' are set and 'target-file' exists, 'org-babel-tangle-file' should tangle only if 'target-file' is older. Marcin