emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Folding last plain list entry


From: Dan Davison
Subject: [Orgmode] Folding last plain list entry
Date: Fri, 13 Nov 2009 13:44:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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




reply via email to

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