(setq org-agenda-files '("~/Org/GTD/"
"~/Org/Work/"
"~/Org/Capture/"
"~/Org/Projects/"
"~/Org/Wiki/Knowledge/Learning/My_Learning_Plan.org"
"~/Org/Wiki/Knowledge/Learning/Learn-English.org"
))
;; -1
(autoload 'find-lisp-find-files "find-lisp")
(setq org-agenda-files (find-lisp-find-files "~/Org" "\.org$"))
;; TODO
;; how to merge two upper method into one.