Hi Nicolas,
Nicolas Goaziou writes:
> Well, not really. But it looks like a bug on the "listings" side, not
> the Org one. If we add a workaround in Org core, it may stay here
> forever, even after the bug is fixed upstream. I think the OP should
> first ask "listings" maintainer about it.
Domi
Hello,
Bastien writes:
> Bug confirmed and fixed in maint, with a dummy fix:
>
> Nicolas, do you see another way around this?
Well, not really. But it looks like a bug on the "listings" side, not
the Org one. If we add a workaround in Org core, it may stay here
forever, even after the bug is fi
Hi Dominik,
Dominik Ernst writes:
> I have a small question, I hope it is right here.
It is!
> #+BEGIN_SRC
> vmpovapd %%zmm0, %zmm1
> #+END_SRC
(Btw, you need a language after BEGIN_SRC ...)
> which results in the rendered pdf as two listings with the same caption,
Bug confirmed and fixed
By the way, the same applies to labels. I had hoped, that moving the options
from lstset into [] brackets in front of the region would make it be valid
for that element only, but it did nothing.
Hallo,
I have a small question, I hope it is right here. The following org code:
#+CAPTION: caption of block 1
#+BEGIN_SRC
vmpovapd %%zmm0, %zmm1
#+END_SRC
#+BEGIN_SRC
vmpovapd %%zmm0, %zmm1
#+END_SRC
is exported (in my setup) to latex as:
\lstset{language=phiassembler,caption={caption of bl