emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <eric.schulte@gmx.com>
To: Luis Anaya <papoanaya@hotmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [dev] Org inline src block not being triggered in org-export.el
Date: Tue, 10 Jul 2012 15:15:59 -0600	[thread overview]
Message-ID: <87bojniagg.fsf@gmx.com> (raw)
In-Reply-To: <BLU0-SMTP365D55BD2A249C5BC23C4F3B7D20@phx.gbl> (Luis Anaya's message of "Tue, 10 Jul 2012 16:16:34 -0400")

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

Luis Anaya <papoanaya@hotmail.com> 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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: inline.org --]
[-- Type: text/x-org, Size: 209 bytes --]

#+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}.

[-- Attachment #3: Type: text/plain, Size: 546 bytes --]


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

  reply	other threads:[~2012-07-10 21:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.89.1341763227.10031.emacs-orgmode@gnu.org>
2012-07-08 20:30 ` Exporting to groff, now in org-export.el Luis Anaya
2012-07-10 20:16 ` [dev] Org inline src block not being triggered " Luis Anaya
2012-07-10 21:15   ` Eric Schulte [this message]
2012-07-10 22:47     ` Luis Anaya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bojniagg.fsf@gmx.com \
    --to=eric.schulte@gmx.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=papoanaya@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).