Jeremias Gonzalez writes: > I cannot seem to be able to make org-babel-tangle respect the setting of > org-babel-tangle-use-relative-file-links to t. Here is my process after > launching "emacs -Q" (the default for > org-babel-tangle-use-relative-file-links appears to be true in this > configuration): [...] > I looked through the ob-tangle.el file to try and see why this is the > case, and it looks like there's some negative boolean result in this if > statement in the org-babel-tangle-single-block function which causes it > to skip over the code that would make use of the relative path: > > (if (and org-babel-tangle-use-relative-file-links > (string-match org-link-types-re link) > (string= (match-string 0 link) "file"))
Thank you for the excellent bug report. This is should be fixed by 3ebee0331.