Richard Riley <rileyrg...@gmail.com> writes: > There might be easier ways, but as I'm familiarising myself more with > elisp, here's one solution: >
Having seen David's solution, I realised the org-archive-tag in your case is better rather than the more "general" solution I aimed for. So maintaining the general org-contains-tag solution but using the correct tag variable: ,---- | (defun org-not-archived () (not (org-contains-tag org-archive-tag))) `---- r. _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode