Hello, Carsten Dominik <carsten.domi...@gmail.com> writes:
> I think one objection agains this patch is that, I think, MobileOrg > relies on #+DRAWERS lines to be present to define drawers. The patch also contains org-mobile.el modifications. > Maybe the MobileOrg maintainers for both Android and iOS can chime in > here? Obviously, a double check cannot hurt. > Otherwise I don't have a significant objection against this change. > I am wondering if it is going to introduce spurious drawers and > parsing errors if someone happens to have a string :xxx: on a line by > itself in the buffer. This might be unlikely, but I am not really > sure. Actually, as far as the parser goes, :xxx: is insufficient to define a drawer. Indeed, the drawer has to be complete, i.e. it has to contain the :END: part. An incomplete drawer does not trigger a parsing error: it is parsed as a mere paragraph. Regards, -- Nicolas Goaziou