orca icon indicating copy to clipboard operation
orca copied to clipboard

orca does not work with google-chrome

Open fu123456 opened this issue 6 years ago • 0 comments

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 }}

fu123456 avatar Apr 14 '18 10:04 fu123456