Skip to content

Commit

Permalink
[all] add setagenda.el for global task list
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 16, 2015
1 parent 05e10cf commit 4366b08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setagenda.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(setq org-agenda-files
(-mapcat
(lambda (module)
(let ((dir (concat default-directory module "/src/")))
(-map (lambda (f) (concat dir f)) (directory-files dir nil "\\.org$"))))
(list "geom-core" "geom-types" "geom-meshops" "geom-physics" "geom-svg" "geom-webgl" "")))

0 comments on commit 4366b08

Please sign in to comment.