PDF export of babel code block with link using the '_' character does not work [9.3.6 (9.3.6-elpa @ /home/picaud/.emacs.d/elpa/org-9.3.6/)]

2020-06-01 Thread Vincent Picaud
Dear OrgMode Developers & Maintainers, First of all, thank you s much for such a wonderful software! I am using OrgMode every second and this is always a wonderful experience. I just run into this small problem which is maybe a bug: I cannot PDF export this small demo.org file. Best, Vincent

Re: PDF export of babel code block with link using the '_' character does not work [9.3.6 (9.3.6-elpa @ /home/picaud/.emacs.d/elpa/org-9.3.6/)]

2020-06-01 Thread Vincent Picaud
Wow, that's fast! Thanks Le lun. 1 juin 2020 à 15:17, Nicolas Goaziou a écrit : > Hello, > > Vincent Picaud writes: > > > I just run into this small problem which is maybe a bug: I cannot PDF > > export this small demo.org file. > > [...] > > &g

[BUG] generated ":comment link" when tangling babel src blocks are not complete (or buggy)

2022-12-07 Thread Vincent Picaud
When I tangle code "C-c C-v t" of this org-mode file: #+title: Demo #+property: header-args:sh :tangle example.sh :comments link * Part A ** source #+begin_src sh echo "Part A" #+end_src * Part B ** source #+begin_