Commit graph

61 commits

Author SHA1 Message Date
Adam Porter
ed3741de4b Add: (org-ql-agenda--agenda) org-super-agenda-mode error
If groups are specified but the mode isn't active, the user will be
confused.  We might as well raise an error.
2018-12-15 01:03:28 -06:00
Adam Porter
efb6938748 Fix: (org-ql-agenda) Restore super-groups functionality
Fixes #17.  Thanks to Dustin Lacewell (@dustinlacewell).
2018-12-14 23:56:26 -06:00
Adam Porter
df5d5e2387 Comment: Add FIXME 2018-09-17 22:25:16 -05:00
Adam Porter
5774880988 Change/Fix: Pass :narrow to org-ql-agenda--agenda
This function is not only useful for "agenda" views, in which one
would almost surely want a widened buffer, but also agenda-like views
of subtrees, in which narrowing should be preserved.
2018-08-22 14:32:46 -05:00
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
Renamed from org-agenda-ng.el (Browse further)