From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: ob-clojure tangling does not handle comments correctly [8.2.5h (8.2.5h-6-g8e1386-elpa @ /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/org/)] Date: Thu, 06 Feb 2014 22:46:15 +0100 Message-ID: <8738jvj4ns.fsf@bzg.ath.cx> References: <52F325CD.5060602@writequit.org> <87k3d8i4m0.fsf@bzg.ath.cx> <52F3C187.9040908@writequit.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBWmG-0005OP-Jn for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 16:46:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBWmB-0008Vc-5v for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 16:46:32 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:50240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBWmB-0008VY-1B for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 16:46:27 -0500 In-Reply-To: <52F3C187.9040908@writequit.org> (Lee Hinman's message of "Thu, 6 Feb 2014 10:08:56 -0700") 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: Lee Hinman Cc: emacs-orgmode@gnu.org Lee Hinman writes: > I tried it running from git (org-version returns "Org-mode version > 8.2.3a (release_8.2.3a @ /Users/hinmanm/src/elisp/org-mode/lisp/)") Latest release is 8.2.5h, later than the one reported. > (setq org-babel-default-header-args > (cons '(:results . "code") > (assq-delete-all :results org-babel-default-header-args))) > > > Which seems very strange to me, once I comment out that line the text is > tangled as just > > (println "foo") > ;; My comment Okay, so this is in your config. Maybe try latest Org to see if you can keep your config? -- Bastien