Re: [O] agenda view of state changes

2015-04-17 Thread Per Weijnitz
Ah, I had not tried that combo, that will do fine. Maybe I can convert my taken notes to state changes too. Thanks! On Fri, Apr 17, 2015 at 1:09 PM, Ken Mankoff wrote: > v l (ell) and v L in agenda view shows logged items. > > Doesn't work for notes. Work around is to not use notes but instead s

Re: [O] agenda view of state changes

2015-04-17 Thread Samuel Wales
i do not recommend this: ;; (eval-after-load 'org-agenda ;; '(pushnew 'state org-agenda-log-mode-items :test 'eq)) ;; (setq org-agenda-log-mode-items '(closed clock)) === i do this: (setq org-agenda-include-inactive-timestamps t) and this [i am not signed with fsf]: === alpha make age

Re: [O] agenda view of state changes

2015-04-17 Thread Ken Mankoff
v l (ell) and v L in agenda view shows logged items. Doesn't work for notes. Work around is to not use notes but instead state change to the current state. -k. Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback keyboard. > On Apr 17, 2015, at 06:44, grewil3 .

[O] agenda view of state changes

2015-04-17 Thread grewil3 .
Hi, is there a way to create a customised agenda view that will list all my recent timestamped activities? I would like a chronologically ordered list, where each line corresponds to a timestamp found in the current agenda file. I have set my configuration to add timestamps whenever I change stat