From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: Portable way to insert and display images in an org entry ? Date: Tue, 21 Apr 2015 12:34:02 +0100 Message-ID: <87h9s9n2ad.fsf@gmail.com> References: <1429605938.667135.256488013.79329BD4@webmail.messagingengine.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]:50899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkWRO-0000RE-3f for emacs-orgmode@gnu.org; Tue, 21 Apr 2015 07:34:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkWRK-000107-Tn for emacs-orgmode@gnu.org; Tue, 21 Apr 2015 07:34:10 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:34633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkWRK-0000zk-Mp for emacs-orgmode@gnu.org; Tue, 21 Apr 2015 07:34:06 -0400 Received: by wgso17 with SMTP id o17so210436608wgs.1 for ; Tue, 21 Apr 2015 04:34:05 -0700 (PDT) In-reply-to: <1429605938.667135.256488013.79329BD4@webmail.messagingengine.com> 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: Xavier Cc: emacs-orgmode@gnu.org Hello Xavier, Xavier writes: > I use org-mode on many different OS (cygwin, OSX, GNU/linux), as such, I > have problems when I want to include a link of the 'file:' family. > > Last example, I wanted to include a picture from my Dropbox into my org > file which is ok. But, C-c C-x C-v can't do anything good on my cygwin > installation since the link is: > > [[file:Captures d'écran/20150421-SOAINFRA-saturation.png][Illustration > de la saturation du TBS I7_SOAINFRA_AA_DATA01]] > > What can be a good alternative ? Add my file as an attachment and link > from it ? (is it even possible ?) If you want to try that last idea, the syntax for the link is: [[att:20150421-SOAINFRA-saturation.png]] Myles