emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Trouble setting variables in custom agenda command
@ 2009-05-27  2:05 Christopher DeMarco
  2009-06-03 15:17 ` Carsten Dominik
  0 siblings, 1 reply; 11+ messages in thread
From: Christopher DeMarco @ 2009-05-27  2:05 UTC (permalink / raw)
  To: emacs-orgmode

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 <demarco@maya.com>
IT Director
MAYA Group
+1-412-708-9660

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-06-05  1:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-27  2:05 Trouble setting variables in custom agenda command Christopher DeMarco
2009-06-03 15:17 ` Carsten Dominik
2009-06-03 18:45   ` Matthew Lundin
2009-06-03 19:18     ` Sebastian Rose
2009-06-03 19:42       ` Eric S Fraga, Eric S Fraga
2009-06-03 19:10   ` Bernt Hansen
2009-06-03 22:26     ` Nick Dokos
2009-06-03 22:59       ` Nick Dokos
2009-06-04  7:49         ` Carsten Dominik
2009-06-04 15:06           ` Christopher DeMarco
2009-06-05  1:48             ` Matthew Lundin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).