소스 검색

Merge branch 'origin-maint'

Eric Schulte 13 년 전
부모
커밋
c67705a708
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -14191,7 +14191,7 @@ when a \"nil\" value can supersede a non-nil value higher up the hierarchy."
 	    (when (and range (goto-char (car range)))
 	      (ap property)
 	      (goto-char (car range))
-	      (ap (concat property "+"))
+	      (while (ap (concat property "+")))
 	      (setq val (cdr (assoc property props)))
 	      (when val (if literal-nil val (org-not-nil val))))))))))