orca
orca copied to clipboard
orca does not work with google-chrome
Although having installed orca with my Emacs, and org-capture plugin with google-chrome, I find that it does not work. It does not match some URLs, for example, www.reddit.com. My config is as follows: ;;{{ start (require 'orca) (setq orca-handler-list '((orca-handler-match-url "https://www.reddit.com/emacs/" "~/MEGA/org/wiki/emacs.org" "Reddit") (orca-handler-match-url "https://emacs.stackexchange.com/" "~/MEGA/org/wiki/emacs.org" "\* Questions") (orca-handler-current-buffer "\* Tasks") (orca-handler-file "~/MEGA/org/ent.org" "\* Articles"))) ;;end }}