Handle orgifying text in regular link path and raw-link.

This commit is contained in:
Tom Alexander
2023-10-06 18:30:08 -04:00
parent 51748afd41
commit d126488891
10 changed files with 151 additions and 10 deletions

View File

@@ -4,6 +4,9 @@
[[((baz)]]
[[(lo
rem)]]
# These become fuzzy
[[(foo) ]]
[[ (foo)]]

View File

@@ -1 +1,4 @@
[[#foo]]
[[#fo
o]]

View File

@@ -1 +1,4 @@
[[file:simple.org]]
[[file:simp
le.org]]

View File

@@ -1 +1,4 @@
[[elisp.org]]
[[eli
sp.org]]

View File

@@ -1 +1,4 @@
[[id:83986bdf-987c-465d-8851-44cb4c02a86c]]
[[id:83986bdf-987c-465d
-8851-44cb4c02a86c]]

View File

@@ -1 +1,4 @@
[[shell:foo]]
[[shell:fo
o]]