Bug fix for clock drawers.
This commit is contained in:
parent
6d6c6e1d5d
commit
3a94b2d07f
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue