user797257
user797257

Reputation:

Prevent org-mode from normalizing links

Org-mode insists on normalizing links (and it does it wrong!) Example link:

[[../file.ext][The file]]

is transformed into

[[file:~/in/the/galaxy/far/far/away/file.ext][The file]]

Of course, after copying generated HTML, the link is broken. Is there any way to inhibit this behavior?

Upvotes: 1

Views: 89

Answers (1)

fniessen
fniessen

Reputation: 4516

Did you look at (or set) the variable org-link-file-path-type?

Upvotes: 2

Related Questions