emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Cygwin (org-open-file (org-odt-export-to-odt nil s v) 'system) o


From: Jambunathan K
Subject: Re: [O] 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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Miguel Ruiz <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]