Re: [O] [Babel] Link Path In Tangled files

2013-10-09 Thread Eric Schulte
I just added a customization variable which controls whether files and links in comments in tangled files use relative or absolute path names (this now defaults to relative paths). See the org-babel-tangle-use-relative-file-links customization variable. Best, aditya siram writes: > Hi all, > C

[O] [Babel] Link Path In Tangled files

2013-10-09 Thread aditya siram
Hi all, Currently the links generated in tangled files are absolute even if the path to the tangled file is relative. In such cases is there any way to get it to create a relative path back to the Org file? It makes it impossible for other people to de-tangle. -deech