Hi, I've noticed that drawers are not managed similarly, depending on the workflow. More precisely, the end-of-drawer detection is not exactly the same for various exports, org-element, or folding. It all boils down to variations around (re-search-forward ":END:").
In particular, it's expected that property drawers for taskjuggler export will contain an :end: key (which is arguably a bad idea by itself), that fools some other parts of org. This patch is an attempt at making drawers handling more predictable. Thanks, Yann. Yann Hodique (1): Fix inconsistency in drawer handling lisp/org-element.el | 8 ++++---- lisp/org.el | 18 ++++++++++++------ 2 files changed, 16 insertions(+), 10 deletions(-) -- 1.7.12