Reported by Rainer Stengele.
@@ -1,5 +1,7 @@
2009-07-07 Carsten Dominik <carsten.dominik@gmail.com>
+ * org-list.el (org-indent-item): Fix typo.
+
* org-html.el (org-export-html-home/up-format): New option.
(org-export-as-html): Insert the up and HOME links.
@@ -990,7 +990,7 @@ I.e. to the text after the last item."
(org-fix-bullet-type
(and (> arg 0)
(not firstp)
- (cdr (assoc (cdr (nth 0 ind-down)) org-list-demote-modify-bullet))))
+ (cdr (assoc (cdr (nth 0 ind-bul)) org-list-demote-modify-bullet))))
(org-maybe-renumber-ordered-list-safe)
(save-excursion
(beginning-of-line 0)