From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mario Martelli Subject: org-babel-execute:go crashes on Mac Date: Thu, 25 Oct 2018 06:28:53 +0200 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_25AF3604-8D9F-4D20-8213-D8A5B61CA11A" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFXGX-0004pg-D4 for emacs-orgmode@gnu.org; Thu, 25 Oct 2018 00:29:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFXGU-00027T-6W for emacs-orgmode@gnu.org; Thu, 25 Oct 2018 00:29:01 -0400 Received: from mail-ed1-x52a.google.com ([2a00:1450:4864:20::52a]:42537) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFXGT-00024a-T8 for emacs-orgmode@gnu.org; Thu, 25 Oct 2018 00:28:58 -0400 Received: by mail-ed1-x52a.google.com with SMTP id b7-v6so7105297edd.9 for ; Wed, 24 Oct 2018 21:28:57 -0700 (PDT) Received: from [192.168.2.116] (p57A27541.dip0.t-ipconnect.de. [87.162.117.65]) by smtp.gmail.com with ESMTPSA id b2-v6sm916526edy.52.2018.10.24.21.28.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Oct 2018 21:28:55 -0700 (PDT) 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: Org-mode --Apple-Mail=_25AF3604-8D9F-4D20-8213-D8A5B61CA11A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Morning, recently I tried to use ob-go and ran immediately into: org-babel-execute:go: Invalid function: (results (org-babel-eval (format = "%s run %s \"%s\" %s" org-babel-go-command (mapconcat (quote identity) = (org-babel-go-as-list flags) " ") (org-babel-process-file-name = tmp-src-file) (mapconcat (function (lambda (a) (format "%S" (if (symbolp = a) (let* (... ...) (if ... ... out)) a)))) (org-babel-go-as-list args) " = ")) "")) The strange thing is, that this only happens on my Mac. On my CentOS = machine it works like a charm. Both machines run on Emacs 26.1b1 and org = mode 9.1.9-65-g5e454. All packages are from Melpa and the machines share = the same .emacs. I have no idea how to get to the bottom of this phenomenon. Any hint or = help would be appreciated very much. Thank you Mario =E2=80=94=20 --Apple-Mail=_25AF3604-8D9F-4D20-8213-D8A5B61CA11A Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Morning,

recently I tried to use ob-go and ran = immediately into:

org-babel-execute:go: Invalid function: (results = (org-babel-eval (format "%s run %s \"%s\" %s" org-babel-go-command = (mapconcat (quote identity) (org-babel-go-as-list flags) " ") = (org-babel-process-file-name tmp-src-file) (mapconcat (function (lambda = (a) (format "%S" (if (symbolp a) (let* (... ...) (if ... ... out)) a)))) = (org-babel-go-as-list args) " ")) ""))

The strange thing is, = that this only happens on my Mac. On my CentOS machine it works like a = charm. Both machines run on Emacs 26.1b1 and org mode 9.1.9-65-g5e454. = All packages are from Melpa and the machines share the same = .emacs.

I have = no idea how to get to the bottom of this phenomenon. Any hint or help = would be appreciated very much.

Thank you
Mario

=E2=80=94 



= --Apple-Mail=_25AF3604-8D9F-4D20-8213-D8A5B61CA11A--