From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ulrich J. Herter" Subject: Re: code blocks: update cache hash on export Date: Wed, 19 Oct 2016 12:59:32 +0200 Message-ID: <1476874772.2671.4.camel@posteo.de> References: <1476792042.1576.15.camel@posteo.de> Mime-Version: 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]:44993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwob0-00065S-7g for emacs-orgmode@gnu.org; Wed, 19 Oct 2016 06:59:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwoax-0004sB-6T for emacs-orgmode@gnu.org; Wed, 19 Oct 2016 06:59:42 -0400 Received: from mout02.posteo.de ([185.67.36.66]:48317) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwoax-0004ra-0x for emacs-orgmode@gnu.org; Wed, 19 Oct 2016 06:59:39 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 4ED90208CF for ; Wed, 19 Oct 2016 12:59:35 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3szTTx0XcDz106P for ; Wed, 19 Oct 2016 12:59:32 +0200 (CEST) In-Reply-To: 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 One more thing: Am Dienstag, den 18.10.2016, 09:01 -0700 schrieb Charles C. Berry: > Is there a function to get the hash of a #+CALL:-block? C-c C-v a > > () > > doesn't work there. > >=20 >=20 > `org-babel-current-result-hash' does this. It is not interactive, so > if=C2=A0 > you want to query the value interactively, you need >=20 > =C2=A0 M-: (org-babel-current-result-hash) M-: (org-babel-current-result-hash) returns the hash from the previous run. What I would need is the new hash which would be inserted after a new run. On source block I can get the new hash with M-x org-babel-sha1-hash or C-c C-c a, but this isn't working on CALL lines. Is there a function that could do that? Thanks Ulrich