>>> 2) Export is not supported ("C-c C-c" works as expected).
>>
>> I can't reproduce this bug.
>
> From your attached org-entry-get-point-example.org I get with some
> lines omitted
>
> \section{example of a geo location, realistic to try out}
> \item \texttt{geo\_var is 4.56,7.89} \texttt{geo\_var is 4.56,7.89}
> \section{another geo location}
> \item \texttt{geo\_var is 4.56,7.89} \texttt{geo\_var is 4.44,5.55}
>
> but expect
>
> \section{example of a geo location, realistic to try out}
> \item \texttt{geo\_var is 4.56,7.89} \texttt{geo\_var is 4.56,7.89}
> \section{another geo location}
> \item \texttt{geo\_var is 4.44,5.55} \texttt{geo\_var is 4.44,5.55}
>

I've just pushed up a commit which should fix this problem.  The
org-babel-current-exec-src-block-head variable wasn't bound during
export.

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

Reply via email to