From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [dev] Org inline src block not being triggered in org-export.el Date: Tue, 10 Jul 2012 15:15:59 -0600 Message-ID: <87bojniagg.fsf@gmx.com> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SohnX-0000s8-NE for emacs-orgmode@gnu.org; Tue, 10 Jul 2012 17:16:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SohnT-0006N1-Oi for emacs-orgmode@gnu.org; Tue, 10 Jul 2012 17:16:43 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:35513 helo=mailout-us.mail.com) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SohnT-0006MW-IY for emacs-orgmode@gnu.org; Tue, 10 Jul 2012 17:16:39 -0400 In-Reply-To: (Luis Anaya's message of "Tue, 10 Jul 2012 16:16:34 -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: Luis Anaya Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Luis Anaya writes: > I'm testing inline source and nothing is being printed. Nothing is > happening. No errors, no messages, no nothing. Definition to the corret > inline-src-block function is in the definition list. But it does not > seems that is executing at all. > > So, what am I doing wrong? :) > In all of your code blocks, the code you've written doesn't cause any output or return values, so there is nothing for the inline code blocks to return. Try this instead --=-=-= Content-Type: text/x-org Content-Disposition: inline; filename=inline.org #+Options: ^:nil * Test One plus one equals src_R{1+1}. Two plus two equals src_lisp{(+ 2 2)}. A definition returns "src_lisp[]{(defun x (y) (* y y))} ". Three plus three equals src_python{return 3 + 3}. --=-=-= Content-Type: text/plain Best, > > -- org mode source -- > * Test > > src_awk{BEGIN{}} > > Verbage verbage src_python[]{def mondinga: a+1} verbage verbage > src_lisp[]{(defun x (y) (* y y))} verbiage verbiage verbiage. > --- > > -- groff output -- > .AR "Org User" > .TL > testinline > .AU "Luis Anaya" > .ND "2012-07-10" > .MT 0 > .H 1 "Test" > > > .P > Verbage verbage verbage verbage > verbiage verbiage verbiage. > > -- > > I ran it without the []'s and the results are the same. Nothing is > showing up. > > ?? -- Eric Schulte http://cs.unm.edu/~eschulte --=-=-=--