emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Bug: org-plain-list-ordered-item-terminator


From: Carsten Dominik
Subject: Re: [Orgmode] Bug: org-plain-list-ordered-item-terminator
Date: Wed, 29 Apr 2009 21:22:44 +0200

Fixed.

However, bullet cycling also seems to have bugs when this
variable is not equal to t.

Why do you need to change the variable?

- Carsten

On Apr 26, 2009, at 3:39 AM, Matthew Lundin wrote:

When I set org-plain-list-ordered-item-terminator to 'paren like in
"2)"' in the customize interface, I no longer able to use plain lists in
org-mode, but instead get the following error:

,----
| org-at-item-p: Invalid regexp: "Unmatched ( or \\("
`----

In my custom settings, the setting looks like this:

,----
| [snip]
| '(org-plain-list-ordered-item-terminator 41)
| [snip]
`----

Here's the backtrace:

,----
| Debugger entered--Lisp error: (error "Cannot return from the debugger in an error") | looking-at("\\([ ]*\\([-+]\\|\\([0-9]+))\\)\\|[ ]+\\*\\)\\( \\| $\\)")
|   org-at-item-p()
|   org-metaright(nil)
|   call-interactively(org-metaright nil nil)
`----

And here are my other plain list settings:

--8<---------------cut here---------------start------------->8---
(setq org-blank-before-new-entry '((heading . auto) (plain-list- item . auto)))
(setq org-empty-line-terminates-plain-lists nil)
(setq org-cycle-include-plain-lists nil)
--8<---------------cut here---------------end--------------->8---

Thanks,
Matt


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]