From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: inline code block within export block Date: Mon, 21 Nov 2016 15:02:24 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8uno-0004LW-E4 for emacs-orgmode@gnu.org; Mon, 21 Nov 2016 15:03:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8unk-0000V4-CQ for emacs-orgmode@gnu.org; Mon, 21 Nov 2016 15:02:56 -0500 Received: from vms173023pub.verizon.net ([206.46.173.23]:38361) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c8unk-0000U7-7T for emacs-orgmode@gnu.org; Mon, 21 Nov 2016 15:02:52 -0500 Received: from vz-proxy-l003.mx.aol.com ([64.236.82.155]) by vms173023.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0OH000ALZD01ZKB0@vms173023.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 21 Nov 2016 14:02:26 -0600 (CST) 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" To: "emacs-orgmode@gnu.org" Hi, What is the syntax so that the inline source code will evaluate (SUMMARY is a table elsewhere in the buffer)? #+begin_export latex some test here src_latex[:var printthis=SUMMARY[-1,-1]]{\numprint{printthis}} #+end_export The above src_latex block evaluates if it is not within an export block. I have used a comma at the start of the code block and well as before and after. Charlie Millar