Преглед изворни кода

Merge branch 'origin-maint'

Eric Schulte пре 13 година
родитељ
комит
1a42967061
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/ob-tangle.el

+ 1 - 1
lisp/ob-tangle.el

@@ -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))