unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: AW <alexander.willand@t-online.de>
To: help-gnu-emacs@gnu.org
Subject: Set org-file-apps to open a *.doc file under linux with Word ?
Date: Wed, 04 Dec 2013 22:37:59 +0100	[thread overview]
Message-ID: <1421918.LAQolQVqeO@linux-j9m3.site> (raw)

Hi!

I'm using orgmode as a replacement for folders, you know, real folders, lots 
of paper inside. 

In my orgfiles I link to many other files, mostly *.tex and *.pdf, links look 
like

[[./foo.pdf][About foo]]

Sometimes I can't avoid to link to doc  or docx files. So I need my linux pc to 
start word and load a certain file. 

I'd like to link to *.doc files in the same way:

[[./bar.doc][About that draft]]

But how can I set org-file-apps to open a *.doc file with MS Word under Linux?  
Word works, more or less. 

To start word the command is:

env WINEPREFIX="/home/AW/.wine-office" wine "C:\windows\command\start.exe" /Unix 
"/home/AW/.wine-office/dosdevices/c:/users/AW/Start Menu/Programs/Microsoft 
Office/Microsoft Word 2010.lnk"

But how in the world can I put in my .emacs file? I tried:

 (add-to-list 'org-file-apps 
   '("\\.doc" . "\"env WINEPREFIX="/home/AW/.wine-office" wine 
"C:/windows/command/start.exe" 
 /Unix "/home/AW/.wine-office/dosdevices/c:/users/AW/Start 
Menu/Programs/Microsoft Office/Microsoft Word 2010.lnk"\" %s"))

But I get:

Invalid read syntax: ". in wrong context"

Any suggestions would be welcome!

Regards,

Alexander



             reply	other threads:[~2013-12-04 21:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-04 21:37 AW [this message]
2013-12-04 21:55 ` Set org-file-apps to open a *.doc file under linux with Word ? AW
     [not found] ` <mailman.8139.1386193990.10748.help-gnu-emacs@gnu.org>
2013-12-04 22:10   ` Emanuel Berg

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.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=1421918.LAQolQVqeO@linux-j9m3.site \
    --to=alexander.willand@t-online.de \
    --cc=help-gnu-emacs@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.
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).