From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: scheme SRC blocks Date: Mon, 21 Mar 2016 01:50:58 +0530 Message-ID: <87pouoaok5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahjqh-0007sR-CS for emacs-orgmode@gnu.org; Sun, 20 Mar 2016 16:21:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahjqd-0003nu-BP for emacs-orgmode@gnu.org; Sun, 20 Mar 2016 16:21:19 -0400 Received: from mail-pf0-x22b.google.com ([2607:f8b0:400e:c00::22b]:36738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahjqd-0003nm-3Z for emacs-orgmode@gnu.org; Sun, 20 Mar 2016 16:21:15 -0400 Received: by mail-pf0-x22b.google.com with SMTP id u190so239962917pfb.3 for ; Sun, 20 Mar 2016 13:21:14 -0700 (PDT) Received: from steel ([223.227.52.252]) by smtp.gmail.com with ESMTPSA id w62sm35196037pfa.79.2016.03.20.13.21.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 20 Mar 2016 13:21:12 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs orgmode --=-=-= Content-Type: text/plain I have an org file with scheme SRC blocks like so. #+BEGIN_SRC scheme (some-code-here) #+END_SRC Every time, I open the org file, I get prompted for the "Scheme implementation" and I need to choose an implementation (guile, in my case) before continuing. Similarly, I am also prompted for the same when publishing the org file, or opening up the SRC block using org-edit-special (C-c ') for editing. This happens because of the behaviour of the command "scheme-mode" which prompts for the required scheme implementation. Manually choosing the scheme implementation every time is tedious and annoying. Is there some way to circumvent this issue? Thanks, Arun Isaac. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJW7wYqAAoJEC4l7othgCuz5LIIAKExinaam+829P5ZmJkTalj1 WE+7a+n9WVawWo3ju70DSLfwtIhSk8nr/egS6WfpH/Wpx1E4mWlqpmE2xRTpwQUp cEFQK2g1TDp8Cl83DJh3A2SlEALLphfKBCZq85lD79DsZNL9Bxk36nP0+d/echG2 HjhMO4ARWyqF+2KNF5f6jCZJNg5StQ2nIGrTLMYtomygSK42M5DyIsbYWiY4vzx/ wN9C5EbhRzEWITEMiGZ8d9QIYDJFAfBFE/z47wK9/bYB/yN9V/j8gwTIriCdldqS kpvSCZ9qzpJ6vR2RIio6k4aDe82FF3ZnqMoufHqSWvParLpkDb/JvcYV/qz/W6c= =nS4a -----END PGP SIGNATURE----- --=-=-=--