Re: [O] empty default captions for src blocks
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.
[O] empty default captions for src blocks
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