diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec75024f3..ea66e9ac0 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-07-07 Carsten Dominik + * 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. diff --git a/lisp/org-list.el b/lisp/org-list.el index 9c468f838..9153fe2ea 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -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)