|
@@ -4032,7 +4032,7 @@ Return value can be an object, an element, or nil:
|
|
Assume LINK type is \"fuzzy\". White spaces are not
|
|
Assume LINK type is \"fuzzy\". White spaces are not
|
|
significant."
|
|
significant."
|
|
(let* ((raw-path (org-element-property :path link))
|
|
(let* ((raw-path (org-element-property :path link))
|
|
- (match-title-p (eq (aref raw-path 0) ?*))
|
|
|
|
|
|
+ (match-title-p (eq (string-to-char raw-path) ?*))
|
|
;; Split PATH at white spaces so matches are space
|
|
;; Split PATH at white spaces so matches are space
|
|
;; insensitive.
|
|
;; insensitive.
|
|
(path (org-split-string
|
|
(path (org-split-string
|