emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Redundant todo keywords in agenda todo view
@ 2012-12-04 22:35 John Hendy
  2012-12-05 10:28 ` Sebastien Vauban
  0 siblings, 1 reply; 3+ messages in thread
From: John Hendy @ 2012-12-04 22:35 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1825 bytes --]

This is what the top of my agenda todo view:

----------
Global list of TODO items of type: ALL
Available with `N r': (0)[ALL] (1)todo (2)next (3)wait (4)done (5)cancelled
(6)todo (7)next (8)wait (9)done
                      (10)cancelled (11)todo (12)next (13)wait (14)done
(15)cancelled (16)todo (17)next (18)wait
                      (19)done (20)cancelled (21)todo (22)next (23)wait
(24)done (25)cancelled (26)todo (27)next
                      (28)wait (29)done (30)cancelled (31)todo (32)next
(33)wait (34)done (35)cancelled (36)todo
                      (37)next (38)wait (39)done (40)cancelled (41)todo
(42)next (43)wait (44)done (45)cancelled
----------

This is the first time I noticed that. I have tons of redundant todo
keywords. Thoughts on how I might diagnose? Here's what initially came to
mind:

1) ~/.emacs

I call an org-mode file with babel blocks for my config with this line in
the actual ~/.emacs:

#+begin_src org
;; set load paths
;; set load dirs and global config options
(add-to-list 'load-path "~/.elisp/site-lisp/")
(add-to-list 'load-path "~/.elisp/org.git/contrib/lisp/")
(add-to-list 'load-path "~/.elisp/org.git/lisp/")
(add-to-list 'load-path "~/.elisp/site-lisp/ess/lisp/")

;; setup babel languages
(org-babel-do-load-languages
 'org-babel-load-languages
 '((ditaa . t)
   (latex . t)
   (gnuplot . t)
   (emacs-lisp . t)
   (org . t)
   (R . t)
   (sh . t)
   (python .t )))


;; load org-based config
(org-babel-load-file "~/org/aux/emacs-config.org")
#+end_src

2) And here is the relevant section for todo-related settings in
emacs-config.org:

#+begin_src org
Todo keywords

#+begin_src emacs-lisp
;; todos
(setq org-todo-keywords '((sequence
      "todo(t)" "next(n)" "wait(w@)" "|"
      "done(d)" "cancelled(c@/@)")))
#+end_src

#+end_src

Anything stand out?


Thanks,
John

[-- Attachment #2: Type: text/html, Size: 2833 bytes --]

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

end of thread, other threads:[~2012-12-05 16:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-04 22:35 Redundant todo keywords in agenda todo view John Hendy
2012-12-05 10:28 ` Sebastien Vauban
2012-12-05 16:21   ` John Hendy

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).