Few changes

This commit is contained in:
Adam Porter 2018-05-10 17:00:17 -05:00
parent 5da0b80513
commit 96dd06b144
2 changed files with 16 additions and 12 deletions

View file

@ -176,6 +176,17 @@ Doesn't seem to make any difference.
(done)))
#+END_SRC
** Screenshot code
#+BEGIN_SRC elisp
(org-super-agenda--test-with-org-today-date "2017-07-08 00:00"
(org-agenda-ng "~/src/emacs/org-super-agenda/test/test.org"
(and (or (date = today)
(deadline <=)
(scheduled <= today))
(not (done)))))
#+END_SRC
* Profiling
** Using =org-element-parse-buffer=