From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8H9dGQfSVF+mOwAA0tVLHw (envelope-from ) for ; Sun, 06 Sep 2020 12:11:51 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id GIoRFQfSVF9PWwAAbx9fmQ (envelope-from ) for ; Sun, 06 Sep 2020 12:11:51 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 640859402A2 for ; Sun, 6 Sep 2020 12:11:50 +0000 (UTC) Received: from localhost ([::1]:51988 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kEtWP-0004hT-Dy for larch@yhetil.org; Sun, 06 Sep 2020 08:11:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52460) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kEtVx-0004hL-NC for emacs-orgmode@gnu.org; Sun, 06 Sep 2020 08:11:21 -0400 Received: from mail.rickster.com ([206.189.205.95]:54113) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kEtVw-0003U9-6l for emacs-orgmode@gnu.org; Sun, 06 Sep 2020 08:11:21 -0400 Received: from authenticated-user (mail.rickster.com [206.189.205.95]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.rickster.com (Postfix) with ESMTPSA id 30CCA7E2E2 for ; Sun, 6 Sep 2020 08:10:19 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rickster.com; s=mail; t=1599394219; bh=aHHE1wsTg5/wiE6NscJUH7ZXa8akb1Iqbc4lypnQrek=; h=From:To:Subject:Date:From; b=m3j65OCLTrqQ8j8Ew7zn1zS+Tfz1ADlNk8+7EWCeyX94ED1WNmNxM34XMJSSur3XQ e2rIt83onSXfpjRqbsUbrbjLbjJsnTfnW7bMUUUPCeipmc48peVM2m2/puv12x/Tqw GU5U7eEMYgr9iP46usc7ZmziT03J0SsM1vEXiR9XgT28baFYJa2L2vRs8Q4d0YON1B oH7PfGf7zF9IsT0cipK92mjSLjCLay82BZIxr8bIYYs1WsCIwITPxWtTDr/bvTLrdk 5zPiVzK65l5JNn29y4lknzYnUDhblK3F+oqGj73s6L0cyclHGWbW9pI/Vhy/Cz3gPJ teUXACxWvuMrA== To: emacs-orgmode@gnu.org Subject: [BUG?] org-edit-src-save active in Org-Babel Previewo Date: Sun, 06 Sep 2020 08:10:18 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=206.189.205.95; envelope-from=rick@rickster.com; helo=mail.rickster.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/06 08:10:19 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" Reply-to: Rick Frankel From: Rick Frankel via "General discussions about Org-mode." X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=rickster.com header.s=mail header.b=m3j65OCL; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: IYJvwVNFFZRJ In an babel preview buffer opened with 'org-babel-expand-src-block, ('org-edit-src-save) writes the expanded view back to the org file, with all the variable expansions, etc. I may be wrong, but i don't remember this behavior in older versions of Org, and this has bitten me a couple of times, breaking babel code blocks with dynamically set variables (:var =E2=80=A6).