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. "
>
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 "
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
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
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:
,
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
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