Add notes and stuff

We can see that it's probably not worth it, because using the element
parser is just too slow.
This commit is contained in:
Adam Porter 2017-08-05 06:29:31 -05:00
parent a0f557d6fc
commit 4a79c83476
2 changed files with 296 additions and 1 deletions

View file

@ -34,6 +34,7 @@
(pop-to-buffer (current-buffer)))))
(cl-defun org-agenda-ng--agenda-multi (&key files any-fns none-fns)
(mapc 'find-file-noselect files)
(let* ((entries (-flatten
(--map (org-agenda-ng--get-entries it
:any-fns any-fns
@ -55,7 +56,7 @@
(defmacro org-agenda-ng--test-multi (&rest args)
`(org-agenda-ng--agenda-multi
:files '("~/org/main.org")
:files org-agenda-files
,@args))
(defun org-agenda-ng--test-agenda ()