From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Bauer Subject: Automatic tangling/detangling Date: Fri, 2 Mar 2018 21:38:20 -0600 Message-ID: Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ery0C-00027B-R8 for emacs-orgmode@gnu.org; Fri, 02 Mar 2018 22:38:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ery09-0005Jp-Pa for emacs-orgmode@gnu.org; Fri, 02 Mar 2018 22:38:28 -0500 Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]:43797) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ery09-0005HB-Iv for emacs-orgmode@gnu.org; Fri, 02 Mar 2018 22:38:25 -0500 Received: by mail-oi0-x22d.google.com with SMTP id a207so8470250oii.10 for ; Fri, 02 Mar 2018 19:38:24 -0800 (PST) Received: from [192.168.1.254] (cpe-75-87-143-142.kc.res.rr.com. [75.87.143.142]) by smtp.gmail.com with ESMTPSA id b46sm1235276otd.47.2018.03.02.19.38.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Mar 2018 19:38:21 -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.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Is there any good way to automatically tangle Org files and detangle tangled= files? I frequently use this workflow but they often get out of sync. I hav= e tried adding an after-save-hook but it=E2=80=99s too slow to be useful. So= mething like auto revert mode might work better... Anyone have solutions for this? -Matthew Bauer=