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