2015-02-10 68 views

回答

6

變量控制,這是org-agenda-log-mode-items

List of items that should be shown in agenda log mode. 
This list may contain the following symbols: 

    closed Show entries that have been closed on that day. 
    clock  Show entries that have received clocked time on that day. 
    state  Show all logged state changes. 
Note that instead of changing this variable, you can also press `C-u l' in 
the agenda to display all available LOG items temporarily. 

設置(setq org-agenda-log-mode-items '(closed))將只顯示關閉任務。

+0

非常感謝你,完美地解決了這個問題。 – 2015-02-11 14:58:15