소스 검색

org-e-ascii: Table cells are exported with proper export options

* contrib/lisp/org-e-ascii.el (org-e-ascii-superscript): Table cells
  are exported with proper export options.
Nicolas Goaziou 13 년 전
부모
커밋
1c2aaca837
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      contrib/lisp/org-e-ascii.el

+ 2 - 1
contrib/lisp/org-e-ascii.el

@@ -1667,7 +1667,8 @@ are ignored. "
 				(org-element-contents row))
 			      col))
 			info))
-		      max-width))))
+		      max-width)))
+	 info)
 	max-width)))
 
 (defun org-e-ascii-table-cell (table-cell contents info)