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:
parent
a0f557d6fc
commit
4a79c83476
2 changed files with 296 additions and 1 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue