Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

This commit is contained in:
Eric Schulte 2010-09-30 16:19:27 -06:00
commit 67ef871821
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ publishing directory."
(while (string-match org-bracket-link-analytic-regexp++ line)
(setq path (match-string 3 line)
link (concat (match-string 1 line) path)
type (match-string 1 line)
type (match-string 2 line)
desc0 (match-string 5 line)
desc (or desc0 link))
(if (and (> (length link) 8)