Few changes
This commit is contained in:
parent
5da0b80513
commit
96dd06b144
2 changed files with 16 additions and 12 deletions
11
notes.org
11
notes.org
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue