From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Add 'inline-only option to org-export-babel-evaluate Date: Mon, 01 Apr 2013 09:45:11 +0200 Message-ID: <874nfqvgmw.fsf@gmail.com> References: <1364795085-14578-1-git-send-email-aaronecay@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMZQc-0007Vm-4Y for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 03:45:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMZQb-0001Cj-3a for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 03:45:18 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:35716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMZQa-0001CZ-TA for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 03:45:17 -0400 Received: by mail-wi0-f182.google.com with SMTP id hi18so1319292wib.15 for ; Mon, 01 Apr 2013 00:45:16 -0700 (PDT) In-Reply-To: <1364795085-14578-1-git-send-email-aaronecay@gmail.com> (Aaron Ecay's message of "Mon, 1 Apr 2013 01:44:45 -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: Aaron Ecay Cc: emacs-orgmode@gnu.org Hello, Aaron Ecay writes: > * lisp/ob-exp.el (org-export-babel-evaluate): Update defcustom to > provide 'inline-only option > (org-babel-exp-results): Implement 'inline-only for > org-export-babel-evaluate > > This is useful because there is no way for inline results to be stored. > The imagined usecase is that all non-inline source blocks will be > evaluated manually by the user. I'll let Eric decide about the usefulness of this. > Inline blocks, however, must be evaluated during export, or they will > be simply deleted by the exporter. This sentence is wrong. Look, for example at `org-latex-inline-src-block'. The exporter doesn't delete anything, Babel does. Regards, -- Nicolas Goaziou