From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UHRuHZbfXGP/XgEAbAwnHQ (envelope-from ) for ; Sat, 29 Oct 2022 10:08:54 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 2ChpHZbfXGMjHAAA9RJhRA (envelope-from ) for ; Sat, 29 Oct 2022 10:08:54 +0200 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 5D42EAC7F for ; Sat, 29 Oct 2022 10:08:54 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oogtF-00052q-HD; Sat, 29 Oct 2022 04:08:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oogt7-0004yo-5E for emacs-orgmode@gnu.org; Sat, 29 Oct 2022 04:08:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oogt5-00008k-Sq; Sat, 29 Oct 2022 04:08:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=VTBZ6Ul0mNviaOeHaUpixjpCg5Vfr80t/mFPWHjo1Y8=; b=ifQuhdsF8GvzeH8xSwd2 3Xc8TdKmtIxSp2f1vu+jjmSInYWDBKJ6M9+32x/lTGZ/TGqtdCWRU0E5FFSxpZlhrv8fDeBUn1vXp RZH4wNvUzcwOdO65t47xsbcNihzWdW4I0x/rTYHLEcxjXk+VjLzKAb4BcegnD+SQ+GZzsj5Ap/W2f aF3LVYCfV0lx6klnXnttFJ3mrXF0/kZ6kf2n12S1tgg5aZbPG27k4wV5LjWHmQu0F4U4OxRCPWrfT ZZ53E+5Fg+O3oa9ZbhPl7xAdsvsDc2YnS7PKlpX1/nh+8N8ZDji/r86VLdh2e9u65aroHTS0iCx4N 0jfjACBEguj9hw==; Received: from 182.86.95.79.rev.sfr.net ([79.95.86.182] helo=hal) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oogt3-00026j-OX; Sat, 29 Oct 2022 04:08:15 -0400 Received: by hal (Postfix, from userid 1000) id C4A151E0401; Sat, 29 Oct 2022 10:08:11 +0200 (CEST) From: Bastien To: Daniel Kraus Cc: Ihor Radchenko , numbchild@gmail.com, emacs-orgmode@gnu.org Subject: Re: [PATCH] Fix ob-clojure handling source block variable's value is a org-mode table or list In-Reply-To: <87fsf78xeb.fsf@kraus.my> (Daniel Kraus's message of "Fri, 28 Oct 2022 23:09:58 +0200") Organization: GNU References: <62520bbc.1c69fb81.d855b.549fSMTPIN_ADDED_BROKEN@mx.google.com> <87r0yvoycr.fsf@localhost> <874jvp9wsg.fsf@kraus.my> <87r0yss54r.fsf@bzg.fr> <87zgdg8g2e.fsf@kraus.my> <87o7twqmc4.fsf@gnu.org> <87fsf78xeb.fsf@kraus.my> Date: Sat, 29 Oct 2022 10:08:11 +0200 Message-ID: <87k04j6oic.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Emacs-orgmode" Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-TUID: aloiKBkAPS/R Daniel Kraus writes: > I think I'll go with the big `cond` above to auto-detect what's > installed. That's probably the best out-of-the-box experience. Indeed, thank you! -- Bastien