Hello,

D M German <d...@turingmachine.org> writes:

> I think I found a bug. It works in some cases but not in others:
>
> the following code properly defines the references abc and bfc. But it
> does not define the one for (ref:jump). Here is a link to the exported
> HTML file:
>
> http://turingmachine.org/~dmg/temp/ref-test.html
> http://turingmachine.org/~dmg/temp/ref-test.org
>
> #+BEGIN_SRC C++ -r -l "//(ref:%s)" +n :main no :results output :exports both 
> #include <iostream>
> int main()
> { //(ref:abc)
>    std::cout << "Hello world" << std::endl;
>    std::cout << "Hello world 2" << std::endl;
>    //(ref:jump)
>    return 0; //(ref:bcf)
> }
> #+END_SRC

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

Reply via email to