Carsten Dominik 16 년 전
부모
커밋
2409f4bb89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -4530,7 +4530,7 @@ If KWD is a number, get the corresponding match group."
 		   (1- org-inlinetask-min-level))))
 	 (nstars (and limit-level
 		      (if org-odd-levels-only
-			  (and limit-level (1- (* limit 2)))
+			  (and limit-level (1- (* limit-level 2)))
 			limit-level)))
 	 (outline-regexp
 	  (cond