emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] BUG: plain lists inside drawers with org-cycle-include-plain-l


From: Tom Weissmann
Subject: [Orgmode] BUG: plain lists inside drawers with org-cycle-include-plain-lists
Date: Wed, 9 Jan 2008 10:58:48 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

If you set org-cycle-include-plain-lists and then put a plain list inside a
drawer, the drawer stops working:

:FOO:
 - Ingredients
   + Chickpeas
   + Spinach
   + Aubergine
   + Pomegranate dressing
:END:

The error is ":END: line missing".

What happens in this case is that outline-regexp is changed within the dynamic
scope of org-cycle, and that includes org-flag-drawer - which needs to use the
original version of outline-regexp.

Saving outline-regexp and using the orignal version inside org-flag-drawer
partly solves the problem but the :END: tag is treated as the single child of
the last item in the plain list - meaning an extra visibility cycle.

Tom SW

----
Does the name Pavlov ring a bell?





reply via email to

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