Adam Porter
103993c52e
Fix: Unused variable warnings
...
We may need these in the future, so rather than have to dig these back
out of org-agenda.el, I'll just comment them out for now. This
silences the byte-compiler.
2018-08-22 14:31:56 -05:00
Adam Porter
a9a4ac33d8
Change: Remove org-ql-agenda--add-markers
...
We use org-ql--add-agenda-markers now.
2018-08-22 14:14:11 -05:00
Adam Porter
cdbe750b7c
Fix: Don't treat an element's :begin property as a marker
...
Only markers are markers. Also add FIXME about tag inheritance when
no marker is used (although see caveat in it...).
2018-08-22 13:32:44 -05:00
Adam Porter
b4ba9e78fd
Fix: (--add-scheduled-face) Remove broken prefix code
...
Also unnecessary since we use --format-relative-date. If we ever want
to exactly emulate the Agenda, this can be replaced.
See https://github.com/alphapapa/org-ql/issues/5#issuecomment-414717478 .
2018-08-22 01:37:08 -05:00
Adam Porter
d3cb2bfeed
Fix: (org-ql-agenda--add-scheduled-face) todo-keyword error
...
Mentioned in #5 . Thanks again to @natrys.
2018-08-21 09:10:26 -05:00
Adam Porter
8716c9a087
Fix: (org-ql-agenda) Argument handling
...
Fixes #5 . Thanks to @natrys for reporting.
2018-08-21 09:05:52 -05:00
Adam Porter
75886a57a6
Change: org-agenda-ng -> org-ql-agenda
2018-08-21 02:37:30 -05:00