From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: Attach a Word doc in org mode file Date: Thu, 28 Jan 2016 20:12:46 -0800 Message-ID: <87a8nprpkx.fsf@aquinas.i-did-not-set--mail-host-address--so-tickle-me> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP0Pv-0000YN-Ge for emacs-orgmode@gnu.org; Thu, 28 Jan 2016 23:12:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aP0Ps-0005gA-BD for emacs-orgmode@gnu.org; Thu, 28 Jan 2016 23:12:15 -0500 Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:35718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP0Pr-0005fK-Vg for emacs-orgmode@gnu.org; Thu, 28 Jan 2016 23:12:12 -0500 Received: by mail-pa0-x232.google.com with SMTP id ho8so34350932pac.2 for ; Thu, 28 Jan 2016 20:12:10 -0800 (PST) In-Reply-To: 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 To: Eliya Voldman , emacs-orgmode@gnu.org Hi Eliya, Eliya Voldman writes: > How could I attach a Word document in my .org file? I could do it for plain > text file like C-c C-a but not .doc type. > > In other words: attach Word doc is not a problem but the problem is to open > it. What OS are you on? Windows? OS X? I don't know how exactly Org decides how to open files on your system, but if you're having trouble, I guess you should start by looking up the value of the org-file-apps variable. Try: C-h v org-file-apps > Are there other options to point to Word file in my system other the > attach? You can use a link; see this section of the manual: http://orgmode.org/manual/Hyperlinks.html#Hyperlinks > BTW: is it possible to attach and then open in org mode files other that > plain text? It depends what you mean by "open in org mode". The only files it makes sense to open as Emacs buffers with Org as the major mode are plain text files in Org mode format. But you can open other types of files in Emacs in other modes. And from within an Org mode buffer, you should be able to launch programs other than Emacs (such as Word) that can read other kinds of files, for example by following a link with C-c C-o. Hope that helps! Best, Richard