emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
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	[thread overview]
Message-ID: <87bo0zg2t9.fsf@gmail.com> (raw)
In-Reply-To: 1385891077.93445.YahooMailNeo@web171904.mail.ir2.yahoo.com

Miguel Ruiz <rbenit68@yahoo.es> 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	other threads:[~2013-12-02  6:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-30  8:44 Cygwin (org-open-file (org-odt-export-to-odt nil s v) 'system) opens odt as zip Miguel Ruiz
2013-11-30 10:16 ` Jambunathan K
2013-11-30 10:43   ` Miguel Ruiz
2013-11-30 16:02     ` Jambunathan K
2013-11-30 16:03       ` Jambunathan K
2013-12-01  9:44         ` Miguel Ruiz
2013-12-02  6:54           ` Jambunathan K [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bo0zg2t9.fsf@gmail.com \
    --to=kjambunathan@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).