> 
> > And then, we need to separately name the results block, and use
> > a different name for it, so that the cross-references pick it up
> > correctly?
> 
> Yes, the name given to the results block doesn't depend on the results
> keyword. You can give it any name, as long as it is unique.
> 
> Here is an example:
> 
>   #+caption: Src block caption
>   #+name: my-src
>   #+begin_src emacs-lisp
>   (+ 1 2)
>   #+end_src
> 
>   #+name: anything
>   #+caption: Element caption
>   #+results: my-src
>   : 3
> 
> As far as affiliated keywords go, the only one you needn't provide is
> "#+results:".

Abundantly clear. Thank you.

Have already started cleaning my file and it is working the way it
should :)

Vikas


Reply via email to