Re: [O] error in orgstruct-mode

2012-10-20 Thread Nick Dokos
Peter Salazar wrote: > OK, I was able to successfully install org-mode 7.9.2. But there's something > still wrong with the > way org-mode and orgstruct-mode are handling numbered lists.  > > In org-mode itself, when I enter "1. " and then hit OPTION-RETURN, it > generates the next line "2. " >

Re: [O] error in orgstruct-mode

2012-10-20 Thread Peter Salazar
OK, I was able to successfully install org-mode 7.9.2. But there's something still wrong with the way org-mode and orgstruct-mode are handling numbered lists. In org-mode itself, when I enter "1. " and then hit OPTION-RETURN, it generates the next line "2. " but my cursor stays on the first line "

Re: [O] error in orgstruct-mode

2012-10-19 Thread Nick Dokos
Peter Salazar wrote: > Thanks. I tried upgrading my version of org to 7.9.2, but then whenever I > launched Aquamacs, I got > this message: > > Wrong type argument: integer-or-marker-p, nil > > I couldn't save or do anything, so I went back to the old version.  > > Anyone know the solution to

Re: [O] error in orgstruct-mode

2012-10-19 Thread Peter Salazar
Thanks. I tried upgrading my version of org to 7.9.2, but then whenever I launched Aquamacs, I got this message: Wrong type argument: integer-or-marker-p, nil I couldn't save or do anything, so I went back to the old version. Anyone know the solution to the Wrong type argument: integer-or-marker

Re: [O] error in orgstruct-mode

2012-10-19 Thread Nick Dokos
Peter Salazar wrote: > Oops. Here's the full backtrace. Anyone have any thoughts? Help! > >   org-maybe-renumber-ordered-list() >   org-insert-item() >   org-insert-heading(nil) >   call-interactively(org-insert-heading) Well, org-maybe-renumber-ordered-list was removed by this commit: ,

Re: [O] error in orgstruct-mode

2012-10-19 Thread Peter Salazar
Oops. Here's the full backtrace. Anyone have any thoughts? Help! Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) byte-code("\203 \306\202 \307\310!\210m\203\311\312\306\"\210\313\314!\203!\311\315\306\"\210\316\306w\210i\211\nV\2032\311\315\317\"\210 \nW\203=\3

[O] error in orgstruct-mode

2012-10-18 Thread Peter Salazar
I'm using Aquamacs in markdown-mode with orgstruct-mode turned on. When I start a numbered list: 1. foo ...at the end of that line, I want to automatically generate the next number on the list, so I hit OPTION-RETURN but instead of generating a "2. " on the next line, I get this error: Debugge