Hello,
Elric Milon <[email protected]> writes:
> The commands for the agenda that breaks are:
>
> ("i" "Incoming" ((tags "REFILE" ((org-agenda-overriding-header "Tasks to
> Refile") (org-tags-match-list-sublevels nil))) (tags-todo
> "-SOMEDAY-NOTES-@office-@home-@errands" ((org-agenda-overriding-header "Tasks
> with no context") (org-tags-match-list-sublevels t)))) nil)
>
> And the stacktrace top:
>
> Debugger entered--Lisp error: (wrong-type-argument listp
> #("-{\\<\\(?:@office\\)\\>}" 0 20 (grouptag t)))
> delete-dups(#("-{\\<\\(?:@office\\)\\>}" 0 20 (grouptag t)))
> (let ((res (copy-sequence list))) (delete-dups res))
> org-uniquify(#("-{\\<\\(?:@office\\)\\>}" 0 20 (grouptag t)))
> (append (org-uniquify rpl) (assoc tag tal))
> (setq rpl (append (org-uniquify rpl) (assoc tag tal)))
> (progn (setq rpl (append (org-uniquify rpl) (assoc tag tal))) (setq rpl
> (concat dir "{\\<" (regexp-opt rpl) "\\>}")) (if (stringp rpl) (org-add-props
> rpl (quote (grouptag t)))) (setq rtnmatch (replace-match rpl t t rtnmatch)))
> ...
>
> Full stacktrace at:
>
> http://paste.lisp.org/+33BI
I cannot reproduce it.
This patch is related to setup keywords, e.g. "#+FILETAGS:". Do you have
a file containing such keywords? If so, what happens if you remove them?
Regards,
--
Nicolas Goaziou