Confirmed. Interestingly, I cannot reproduce the bug using my personal branch at https://github.com/yantar92/org. The fix should be lurking somewhere close...
Kaushal Modi <kaushal.m...@gmail.com> writes: > I believe I have come across a corner case issue where the inline src > block element doesn't get parsed as one, if: The element actually does get parsed. Once can check it by running M-: (org-element-context) with point at the problematic inline src block. However, the export is somehow broken. > * Doesn't export correctly if inline src block is in a wrapped list > - abcdefg abcdefg abcdefg abcdefg src_org[:exports code]{[[abc > def][bar]]}. One observation is that export is again correct if I remove a '[' in the link inside inline source block. Best, Ihor