org-board icon indicating copy to clipboard operation
org-board copied to clipboard

Non-EWW browsers

Open kennethbruskiewicz opened this issue 2 years ago • 3 comments

I noticed that org-board tries to use the system browser if 'eww is not used as the default.

Could this option be expanded so other emacs-based browsers could be used, like w3m?

kennethbruskiewicz avatar Jul 25 '22 17:07 kennethbruskiewicz

Yes, it should be possible to do this by adapting the expression that calculates the value of org-board-default-browser.

charlesroelli avatar Jul 25 '22 20:07 charlesroelli

Is there a reason not to pass in a browse function directly?

kennethbruskiewicz avatar Jul 26 '22 02:07 kennethbruskiewicz

Sure @kennethbruskiewicz, you should be able to use any browse function as the value of org-board-default-browser. Unfortunately, though, its :type is a bit limited at the moment, so you may need to set the variable directly with something like: (setq org-board-default-browser (quote w3m)) in your Emacs init file.

charlesroelli avatar Jul 26 '22 07:07 charlesroelli