diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org index d2450c882..65fba7f4a 100644 --- a/ORGWEBPAGE/Changes.org +++ b/ORGWEBPAGE/Changes.org @@ -64,10 +64,6 @@ : [[./img/a.jpg{{alt="This is image A" title="Image with no action"}}] ] -**** TODO Fix link export in examples. - For some reason these are processed even though they are in - an exmple region. - *** A way to compare times during a property search If the comparison value in a property search is a string that is enclosed in angular brackets, a time comparison will be diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 3c18c58ed..bb189295f 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -1716,6 +1716,7 @@ When it is nil, all comments will be removed." (replace-match s t t)))) (goto-char (point-min)) (while (re-search-forward org-bracket-link-regexp nil t) + (goto-char (1- (match-end 0))) (org-if-unprotected (let* ((xx (save-match-data (org-link-expand-abbrev (match-string 1))))