emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] exporting cross-references to source block results CORRECTION


From: Vikas Rawal
Subject: Re: [O] exporting cross-references to source block results CORRECTION
Date: Thu, 11 Apr 2013 20:54:27 +0530
User-agent: Mutt/1.5.21 (2012-12-30)

> 
> > 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

[Prev in Thread] Current Thread [Next in Thread]