From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Laboissiere Subject: Re: [PATCH] call_*() is not working inside #+DATE Date: Tue, 15 Mar 2016 21:58:44 +0100 Message-ID: <20160315205844.GV3916@laboissiere.net> References: <20160307015829.GE11627@laboissiere.net> <20160312075704.GI16308@laboissiere.net> <20160314164354.GK3916@laboissiere.net> <87vb4okfu4.fsf@nicolasgoaziou.fr> <20160315102358.GU3916@laboissiere.net> <87bn6finii.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afw3F-0002Or-As for emacs-orgmode@gnu.org; Tue, 15 Mar 2016 16:58:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afw3B-0004tn-AF for emacs-orgmode@gnu.org; Tue, 15 Mar 2016 16:58:49 -0400 Received: from laboissiere.net ([46.101.243.132]:49823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afw3B-0004t8-3b for emacs-orgmode@gnu.org; Tue, 15 Mar 2016 16:58:45 -0400 Content-Disposition: inline In-Reply-To: <87bn6finii.fsf@nicolasgoaziou.fr> 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@gnu.org * Nicolas Goaziou [2016-03-15 19:50]: > The problem is that the documentation patch is (partly) wrong. From > maint, you can try calling `org-babel-execute-buffer' in the following > document > > #+DATE: src_emacs-lisp{(+ 1 1)} > > It is possible to evaluate code snippets in keywords. It is strange, the inline source code block above is not evaluated for me from maint [commit 3e79c60] when calling `org-babel-execute-buffer'. Rafael