From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Cygwin (org-open-file (org-odt-export-to-odt nil s v) 'system) opens odt as zip Date: Mon, 02 Dec 2013 12:24:58 +0530 Message-ID: <87bo0zg2t9.fsf@gmail.com> References: <1385801099.31770.YahooMailNeo@web171905.mail.ir2.yahoo.com> <87pppi19fo.fsf@gmail.com> <1385808225.47874.YahooMailNeo@web171903.mail.ir2.yahoo.com> <87zjolx4hn.fsf@gmail.com> <87siudx4f4.fsf@gmail.com> <1385891077.93445.YahooMailNeo@web171904.mail.ir2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnNPZ-0004cW-E5 for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 01:55:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnNPT-00027Q-Ig for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 01:55:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:43546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnNPT-00027M-C8 for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 01:55:11 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VnNPS-0002FU-4e for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 07:55:10 +0100 Received: from 115.242.255.106 ([115.242.255.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Dec 2013 07:55:10 +0100 Received: from kjambunathan by 115.242.255.106 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Dec 2013 07:55:10 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Cc: "emacs-orgmode@gnu.org" Miguel Ruiz writes: > (defconst org-file-apps-defaults-cygwin > '((remote . emacs) > (t . "cygstart %s") > (system . "cygstart %s") > ("ps.gz" . "gv %s") > ("eps.gz" . "gv %s") > ("dvi" . "xdvi %s") > ("fig" . "xfig %s"))) > (defun org-default-apps () > "Return the default applications for this operating system." > (cond > ((eq system-type 'darwin) org-file-apps-defaults-macosx) > ((eq system-type 'cygwin) org-file-apps-defaults-cygwin) >  ((eq system-type 'windows-nt) org-file-apps-defaults-windowsnt) > (t org-file-apps-defaults-gnu))) The cygwin issue your report should have been picked up by now. It is a good idea to do a M-x report-emacs-bug so that this issue is recorded. > I suppose you would like to know I have also tweaked your directions > about odt-mathml for cygwin: > > (setq org-latex-to-mathml-convert-command > "java -jar $(cygpath -pw %j) -unicode -force -df %o %I") > (setq org-latex-to-mathml-jar-file > "/home/user/tmp-odt/mathtoweb.jar") Thanks. I see mathml has improved since I added support for it. You are the second ever user I heard from. (Search for plasticml in the mailing list to see the "other" mathml thread) > with great success (Java 1.7 update 25, mathtoweb 4.0.0). Good to hear that.