From e5c2547bbe31bada202d9cde2635f5d1d77c8412 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 7 Jul 2009 13:31:55 +0200 Subject: [PATCH] Fix typo in plain list demotion code Reported by Rainer Stengele. --- lisp/ChangeLog | 2 ++ lisp/org-list.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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) -- 2.11.4.GIT