From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] ob-clojure should not tangle with inserting (ns ..) line when no :ns specified. Date: Mon, 21 Jan 2019 21:19:35 +0100 Message-ID: <87imyhhig8.fsf@nicolasgoaziou.fr> References: <877egvj6l2.fsf@gmail.com> <87r2dlz3jq.fsf@gmail.com> <87fttveqfb.fsf@gmail.com> <87va2izvwv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glg2o-00016d-FX for emacs-orgmode@gnu.org; Mon, 21 Jan 2019 15:19:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glg2n-000121-T1 for emacs-orgmode@gnu.org; Mon, 21 Jan 2019 15:19:42 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:46311) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1glg2n-00010n-N4 for emacs-orgmode@gnu.org; Mon, 21 Jan 2019 15:19:41 -0500 In-Reply-To: <87va2izvwv.fsf@gmail.com> (stardiviner's message of "Mon, 21 Jan 2019 08:39:12 +0800") 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: stardiviner Cc: org-mode Hello, stardiviner writes: > From 8a64ccf659afcbd510e69eaa4ac175946f1ae311 Mon Sep 17 00:00:00 2001 > From: stardiviner > Date: Thu, 10 Jan 2019 09:34:39 +0800 > Subject: [PATCH] lisp/ob-clojure.el: Don't tangle with auto prepend ns > statement Applied, with tiny changes. Thank you. Regards, -- Nicolas Goaziou