emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Folding last plain list entry


From: Carsten Dominik
Subject: Re: [Orgmode] Folding last plain list entry
Date: Sun, 15 Nov 2009 14:27:56 +0100

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

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