1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-03 11:33:46 +00:00
This commit is contained in:
Carsten Dominik 2008-01-31 16:12:58 +01:00
parent 93c665b56d
commit 4803a44f2a
2 changed files with 7 additions and 2 deletions

View File

@ -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

3
org.el
View File

@ -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 ()