I have the following in my .emacs (long lines, sorry):
(setq org-agenda-custom-commands
'(("c" "The Cycle"
((agenda ""
(
(org-agenda-overriding-columns-format "%75ITEM
%7Effort{:} %7CLOCKSUM{Total} %15TAGS %SCHEDULED") ;; no
(org-agenda-view-columns-initially t)
;; no
(org-agenda-start-with-log-mode t)
;; no
(org-agenda-ndays 1)
;; yes
(org-agenda-skip-function
;; yes
'(org-agenda-skip-entry-if 'notregexp "\\* TODO")))))
nil nil)))
Why don't the first three variables get set (or at least their effects
aren't visible in the Agenda buffer), but the last two do?
What am I missing in the manual that would have made this clear?
TIA!
--
Christopher DeMarco <[email protected]>
IT Director
MAYA Group
+1-412-708-9660
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode