Fix typo in plain list demotion code

Reported by Rainer Stengele.
This commit is contained in:
Carsten Dominik 2009-07-07 13:31:55 +02:00
parent ac425d8bd2
commit e5c2547bbe
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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)