6c6ae990c1
Filtering in the agenda on grouptags filter also subcategories. Exception if filter is applied with a (double) prefix-argument. Filtering in the agenda on subcategories does not filter the "above" levels anymore. If a grouptag contains a regular expression the regular expression is also used as a filter. * lisp/org-agenda.el (org-agenda-filter-by-tag): improved UI and refactoring. Now uses the argument arg and optional argument exclude instead of strip and narrow. ARG because the argument has multiple purposes and makes more sense than strip now. The term narrowing is changed to exclude. * lisp/org-agenda.el (org-agenda-filter-by-tag-refine): name change in argument to match org-agenda-filter-by-tag. * lisp/org-agenda.el (org-agenda-filter-make-matcher): new optional argument EXPAND and refactoring. * lisp/org-agenda.el (org-agenda-filter-make-matcher-tag-exp): new function, previously baked into org-agenda-filter-make-matcher. * lisp/org-agenda.el (org-agenda-filter-apply): New optional parameter EXPAND, used in call to org-agenda-filter-make-matcher. * lisp/org-agenda.el (org-agenda-reapply-filters): Uses another parameter (the new optional one) in call to org-agenda-filter-apply. * lisp/org-agenda.el (org-agenda-finalize): use of new parameter in call to org-agenda-filter-apply. * lisp/org-agenda.el (org-agenda-redo): Use of new parameter in call to org-agenda-filter-apply. |
||
---|---|---|
contrib | ||
doc | ||
etc | ||
lisp | ||
mk | ||
testing | ||
.dir-locals.el | ||
.dir-settings.el | ||
.gitignore | ||
.gitmodules | ||
COPYING | ||
Makefile | ||
README | ||
README_ELPA | ||
README_contribute | ||
README_git | ||
README_maintainer | ||
request-assign-future.txt |
README
The is a distribution of Org, a plain text notes and project planning tool for Emacs. The homepage of Org is at: http://orgmode.org The installations instructions are at: http://orgmode.org/org.html#Installation This distribution contains: README This file. COPYING The GNU General Public License. Makefile The makefile to compile and install Org. For installation instructions, see the manual or the more detailed procedure on Worg: http://orgmode.org/worg/dev/org-build-system.html mk/ Files needed for building Org. lisp/ Directory with all the Emacs Lisp files that make up Org. doc/ The documentation files. org.texi is the source of the documentation, org.html and org.pdf are formatted versions of it. contrib/ A directory with third-party additions for Org. Some really cool stuff is in there. etc/ Files needed for the ODT exporter. testing/ Testing suite for Org. request-assign-future.txt The form that contributors have to sign and get processed with the FSF before contributed changes can be integrated into the Org core. All files in this distribution except the contrib/ directory have copyright assigned to the FSF.