Merge branch 'origin-maint'

This commit is contained in:
Eric Schulte 2012-03-09 06:54:36 -07:00
commit 1a42967061

View file

@ -398,7 +398,7 @@ form
(start-line file link source-name params body comment)"
(let* ((start-line (nth 0 spec))
(file (nth 1 spec))
(link (org-link-escape (nth 2 spec)))
(link (nth 2 spec))
(source-name (nth 3 spec))
(body (nth 5 spec))
(comment (nth 6 spec))