Carsten Dominik 17 years ago
parent
commit
4803a44f2a
2 changed files with 7 additions and 2 deletions
  1. 5 1
      ORGWEBPAGE/Changes.org
  2. 2 1
      org.el

+ 5 - 1
ORGWEBPAGE/Changes.org

@@ -64,7 +64,11 @@
     - It is no longer necessary to update the refiling targets -
       they are always current.
 
- *** Misc
+*** Misc
+
+   - If an entry is clocked multiple times, it ill now show up
+     several times in the agenda and timeline buffers, when
+     log-mode is on.  This was a proposal by Jurgen Defurne.
 
    - In `org-goto', typing characters now automatically starts
      isearch from the beginning of the buffer.  The isearch is

+ 2 - 1
org.el

@@ -21306,7 +21306,8 @@ the documentation of `org-diary'."
 	    'type "closed" 'date date
 	    'undone-face 'org-warning 'done-face 'org-done)
 	  (push txt ee))
-	(outline-next-heading)))
+	(goto-char (point-at-eol))))
+;	(outline-next-heading)))
     (nreverse ee)))
 
 (defun org-agenda-get-deadlines ()