From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] call_*() is not working inside #+DATE Date: Tue, 15 Mar 2016 19:50:29 +0100 Message-ID: <87bn6finii.fsf@nicolasgoaziou.fr> References: <20160307015829.GE11627@laboissiere.net> <20160312075704.GI16308@laboissiere.net> <20160314164354.GK3916@laboissiere.net> <87vb4okfu4.fsf@nicolasgoaziou.fr> <20160315102358.GU3916@laboissiere.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afu11-0008Qk-P4 for emacs-orgmode@gnu.org; Tue, 15 Mar 2016 14:48:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afu10-0005hH-RB for emacs-orgmode@gnu.org; Tue, 15 Mar 2016 14:48:23 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:49893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afu10-0005hB-LC for emacs-orgmode@gnu.org; Tue, 15 Mar 2016 14:48:22 -0400 In-Reply-To: <20160315102358.GU3916@laboissiere.net> (Rafael Laboissiere's message of "Tue, 15 Mar 2016 11:23:58 +0100") 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: Rafael Laboissiere Cc: emacs-orgmode@gnu.org Hello, Rafael Laboissiere writes: > Hopefully, a solution will be found soon and the documentation will be > adjusted accordingly. Notice that, in section "Evaluating code > blocks", it is written "It is also possible to evaluate named code > blocks from anywhere [=E2=80=A6]". 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 not possible, AFAIR, to evaluate them during export. > The problem affects both master and maint, currently. See above. I don't see the point of documenting a bug. It doesn't help fixing it. Anyway, it's a minor issue. Let's not waste too much time on this. Regards, --=20 Nicolas Goaziou