Jambunathan K <[email protected]> writes:
> (eval-after-load 'org
> '(when (eq system-type 'gnu/linux)
^^^^^^^^^
^^^^^^^^^
'cygwin
> (setcdr (assq 'system org-file-apps-defaults-gnu ) "cygstart %s")
> (setcdr (assq t org-file-apps-defaults-gnu ) "cygstart %s")))
