Matt Huszagh <huszaghm...@gmail.com> writes: > Hello, > > The org info documentation states > > The ‘file-desc’ header argument defines the description (see *note > Link Format::) for the link. If ‘file-desc’ has no value, Org uses > the generated file name for both the “link” and “description” parts > of the link. > > However, if I evaluate the > > #+BEGIN_SRC asymptote :results value file :file circle.pdf :output-dir img/ > size(2cm); > draw(unitcircle); > #+END_SRC > > I get > > #+RESULTS: > [[file:img/circle.pdf]] > > I believe the documentation (and this is corroborated by the discussion > of the original patch > (https://lists.gnu.org/archive/html/emacs-orgmode/2012-04/msg00022.html)), > that the intended result is > > #+RESULTS: > [[file:img/circle.pdf][file:img/circle.pdf]] > > Is my assessment correct? Can anyone else confirm this bug? > > Thanks > Matt
If this is indeed a bug, is there supposed to be a way to create the current output?: #+RESULTS: [[file:img/circle.pdf]]