From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ag Ibragimov Subject: Analyze tangled files Date: Tue, 03 Mar 2020 19:17:49 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56749) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9KXp-0005VX-M8 for emacs-orgmode@gnu.org; Tue, 03 Mar 2020 22:18:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9KXo-0001pX-CZ for emacs-orgmode@gnu.org; Tue, 03 Mar 2020 22:18:01 -0500 Received: from mail-pj1-x102b.google.com ([2607:f8b0:4864:20::102b]:51282) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j9KXn-0001lV-N6 for emacs-orgmode@gnu.org; Tue, 03 Mar 2020 22:18:00 -0500 Received: by mail-pj1-x102b.google.com with SMTP id l8so256532pjy.1 for ; Tue, 03 Mar 2020 19:17:53 -0800 (PST) Received: from L-SFO-181227-01 (c-73-170-229-122.hsd1.ca.comcast.net. [73.170.229.122]) by smtp.gmail.com with ESMTPSA id 128sm12645537pfe.163.2020.03.03.19.17.51 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Mar 2020 19:17:51 -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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Is there a way to compare all tangled files with the content of an Org document and see a diff? I hope I'm explaining it right. Basically, I want for every source block in my Org document to find corresponding tangled file and compare it with all the source blocks that tangle into that file. Is that possible?