浏览代码

Fix blockquote support

Carsten Dominik 16 年之前
父节点
当前提交
5ccc098ebd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/org-exp.el

+ 2 - 2
lisp/org-exp.el

@@ -1695,9 +1695,9 @@ These special cookies will later be interpreted by the backend."
 	(setq end (1+ (point-at-eol))
 	      end1 (1- (match-beginning 0)))
 	(setq content (org-remove-indentation (buffer-substring beg1 end1)))
-	(setq content (concat "ORG-" (upcase type) "-START\n"
+	(setq content (concat "ORG-" (upcase t1) "-START\n"
 			      content "\n"
-			      "ORG-" (upcase type) "-END\n"))
+			      "ORG-" (upcase t1) "-END\n"))
 	(delete-region beg end)
 	(insert (org-add-props content nil 'original-indentation ind))))))