From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files` Date: Fri, 21 Aug 2015 16:20:00 +0200 Message-ID: <8737zcoh9r.fsf@nicolasgoaziou.fr> References: <874mjsq2r7.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSn9E-0007Zw-B2 for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 10:18:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSn9D-00016O-Is for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 10:18:24 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:55980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSn9D-00016A-CW for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 10:18:23 -0400 In-Reply-To: (Ista Zahn's message of "Fri, 21 Aug 2015 09:46:22 -0400") 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: Ista Zahn Cc: emacs-orgmode Mailinglist , "JI, Xiang" Ista Zahn writes: > Unless you've restored sanity by setting org-export-babel-evaluate to > nil. Personally I think this is not a good default. Source block > evaluation and export are distinct actions, and I don't see why they > should be linked by default. Wild guess: Principle of least surprise: setting it to nil means results from Babel code are not refreshed before export, without user realizing about it. I think most users would like them to be up-to-date before export. It seems sane to me. In any case, I don't see the harm here. OP uses invalid syntax and is warned about that. I think it's a decent way to proceed. Regards,