Tassilo Horn <t...@gnu.org> writes:

> Nicolas Goaziou <n.goaz...@gmail.com> writes:
>
>> There's no bug. Babel simply removes all inline source blocks when
>> executing source blocks. Hence, they cannot be parsed (and therefore
>> exported).
>>
>> This function is just a placeholder for now.
>
> Aha.  I've used source blocks only for the markup especially when
> exporting until now.  And the manual states that inline code blocks are
> not different to normal code blocks, just being inline.  So that's at
> least unexpected behavior, and the manual should be updated accordingly.
>

They are treated just like code blocks, however they have different
default header arguments.

,----[org-babel-default-inline-header-args]
| org-babel-default-inline-header-args is a variable defined in `ob-core.el'.
| Its value is ((:session . "none")
|  (:results . "replace")
|  (:exports . "results"))
| 
| 
| Documentation:
| Default arguments to use when evaluating an inline source block.
| 
| [back]
`----

If you'd like to propose a patch to the manual which makes this clear,
I'm happy to apply it.

Thanks,

>
> Bye,
> Tassilo
>

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

Reply via email to