Thanks. I tried upgrading my version of org to 7.9.2, but then whenever I launched Aquamacs, I got this message:
Peter Salazar <cycleofsong@gmail.com> wrote:> org-maybe-renumber-ordered-list()
> Oops. Here's the full backtrace. Anyone have any thoughts? Help!
>
> org-insert-item()
> org-insert-heading(nil)
> call-interactively(org-insert-heading)
Well, org-maybe-renumber-ordered-list was removed by this commit:
,----
| commit 15928db323904fe8c892d7289a0cdda89cde8694
| Author: Nicolas Goaziou <n.goaziou@gmail.com>
| Date: Mon Aug 30 13:55:44 2010 +0200
|
| Implement new list definition
|
| ...
| * org-list.el (org-maybe-renumber-ordered-list): function removed.
`----
so maybe it's time to upgrade.
Nick