Bug fix for clock drawers.

This commit is contained in:
Carsten Dominik 2008-05-01 10:04:14 +02:00
parent 6d6c6e1d5d
commit 3a94b2d07f
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2008-05-01 Carsten Dominik <dominik@science.uva.nl>
* lisp/org-clock.el (org-clock-find-position): Don't include notes
into clock drawer.
* lisp/org-archive.el (org-archive-subtree): No longer remove an
extra line after cutting the subtree. `org-cut-subtree' already
takes care of this.

View File

@ -295,7 +295,6 @@ the clocking selection, associated with the letter `d'."
;; Wrap current entries into a new drawer
(goto-char last)
(beginning-of-line 2)
(if (org-at-item-p) (org-end-of-item))
(insert ":END:\n")
(beginning-of-line 0)
(org-indent-line-function)