Explorar o código

Merge branch 'origin-maint'

Eric Schulte %!s(int64=13) %!d(string=hai) anos
pai
achega
c67705a708
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))))))))))