summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-09-30 16:19:27 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-09-30 16:19:27 -0600
commit67ef871821e6c343e9a99fccc574fc7126b4c87f (patch)
treef565a7fb87c20a4ddd8f9e6f6919a0243d5020dd
parent2ce87e5e8c5212ace0c126f7a699e11a0db0abd7 (diff)
parent070bb82709fabda3423476772590fafd9dc3ea1d (diff)
downloadorg-mode-67ef871821e6c343e9a99fccc574fc7126b4c87f.tar.gz
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
-rw-r--r--lisp/org-ascii.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el
index 9978708..25e9d27 100644
--- a/lisp/org-ascii.el
+++ b/lisp/org-ascii.el
@@ -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)