소스 검색

Fix d035a9af6

Thanks to Nicolas for providing the correct fix.
Bastien Guerry 11 년 전
부모
커밋
ccc4f6b96e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -20238,7 +20238,7 @@ This command does many different things, depending on context:
 		 superscript underline verbatim)
 	   (while (and (setq context (org-element-property :parent context))
 		       (not (memq (setq type (org-element-type context))
-				  '(paragraph verse-block)))))))
+				  '(paragraph verse-block table-cell)))))))
 	;; For convenience: at the first line of a paragraph on the
 	;; same line as an item, apply function on that item instead.
 	(when (eq type 'paragraph)