Samuel Wales <samologist <at> gmail.com> writes: > (setq org-agenda-inactive-leader "Inactive: ") > (setq org-agenda-include-inactive-timestamps t) > > Custom command: > > ("ip" "past 7d" > ;; faster than tags > agenda "" > ((org-agenda-start-day "-7d") > (org-agenda-span 7) > (org-agenda-repeating-timestamp-show-all nil) > ;; %s is only for agenda views > ;; (org-agenda-prefix-format "%s") > ;; maybe not make much difference ka > ;; (org-agenda-use-tag-inheritance nil) > )) > > === > > Samuel >
great - thanks a lot. I'll test that for some time, but it seems to do what I need. Just the list created is very long. Would it be possible to limit it to inactive timestamps only? Martin