Carsten Dominik <domi...@science.uva.nl> writes:
> can you please describe a test case where the code without your patch
> fails?

The code doesn't fail, this is just a "nice to have".

When a clock/logbook drawer is created, the :END: isn't indented
correctly.  This causes a problem for my function that automatically
creates a plain list under a heading.  My function uses
org-indent-line-function to properly indent the plain list, but because
of the bad :END: indentation, the plain list is indented incorrectly
too.

Example before my patch:

* Foo Bar
  :CLOCK:
:END:
- Item One


Example after my patch:

* Foo Bar
  :CLOCK:
  :END:
  - Item One

-- 
Peter Jones, http://pmade.com
pmade inc.  Louisville, CO US



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to