On Tue, Feb 10, 2009 at 1:50 PM, Wanrong Lin <address@hidden> wrote:
Hi,
I have "org-cycle-include-plain-lists" set to t. In the following example,
the text is at the very end of an org-mode buffer. If I put my cursor on the
line of "item 1" and press "TAB" key, the cycling does not work. But if I
add another list item after "item 1", the cycling now works (of course now
the "item 2" does not work). I am using Emacs 22.3 and org-mode 6.22a. Looks
like a bug. Thank you if somebody can look into this.
* Test
1. item 1
abc, xyz, whatever
I'm seeing this with org 2.20c & 22.3.1. I've seen this break and
work periodically. I tend to avoid it by having a heading at the
bottom of the file like:
* Test
1. item 1
abc, xyz, whatever
2. foo
bar
* baz
Most of my real documents have an archive heading at the bottom the
completed items get moved to, so I haven't been too annoyed with it
recently. I've gathered that org-cycle-include-plain-lists isn't very
common.
Edd