emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-babel-tangle not using relative links


From: Kyle Meyer
Subject: Re: org-babel-tangle not using relative links
Date: Tue, 09 Jun 2020 00:32:16 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]