Re: [Orgmode] Folding last plain list entry

2009-11-15 Thread Carsten Dominik

Hi Dan,

the folding implementation of plain lists is limited - it works
by assuming, for the duration of the org-cycle instance, that
these lines are just normal headlines.

I believe it would be an awful lot of work to fix this.

- Carsten

On Nov 13, 2009, at 7:44 PM, Dan Davison wrote:


Org-cycle (tab) on the last item of a plain list folds all the rest of
the contents in the current heading, despite
org-empty-line-terminates-plain-lists being t. It shouldn't do that,
right?

For example

(setq org-empty-line-terminates-plain-lists t)

,
| * h1
|   - item 1
| item 1 contents
|   - item 2
| item 2 contents
|
| Non-list stuff
`

Now if I hit tab at the start of the 'item 2' line it folds like  
this


,
| * h1
|   - item 1
| item 1 contents
|   - item 2
| item 2...
`

Dan


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


- Carsten





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


[Orgmode] Folding last plain list entry

2009-11-13 Thread Dan Davison
Org-cycle (tab) on the last item of a plain list folds all the rest of
the contents in the current heading, despite
org-empty-line-terminates-plain-lists being t. It shouldn't do that,
right?

For example

(setq org-empty-line-terminates-plain-lists t)

,
| * h1
|   - item 1
| item 1 contents
|   - item 2
| item 2 contents
| 
| Non-list stuff
`

Now if I hit tab at the start of the 'item 2' line it folds like this

,
| * h1
|   - item 1
| item 1 contents
|   - item 2
| item 2...
`

Dan


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