From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: inline images outside org Date: Thu, 05 Jun 2014 12:00:21 +0200 Message-ID: <87y4xboeve.fsf@gmail.com> References: <31BCC009-F1D7-4F62-B963-42F0B557C27E@gmx.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsUTa-0008Br-Iw for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 06:00:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsUTR-0008AW-Ef for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 06:00:50 -0400 Received: from plane.gmane.org ([80.91.229.3]:54557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsUTR-0008AE-6A for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 06:00:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WsUTM-0001f5-Hm for emacs-orgmode@gnu.org; Thu, 05 Jun 2014 12:00:36 +0200 Received: from e178189060.adsl.alicedsl.de ([85.178.189.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jun 2014 12:00:36 +0200 Received: from tjolitz by e178189060.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jun 2014 12:00:36 +0200 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: emacs-orgmode@gnu.org Christoph Held GMX writes: > How do I check the syntax of the underlying link of which I currently > only see the pretty face? So far I have used Emacs really only to run > org mode. This is probably where it shows that without the training > wheels it is still a bumpy ride for me. you could e.g. either set the buffer in text mode ,--------------------- | M-x fundamental-mode `--------------------- or do ,-------- | C-c C-l `-------- on the link again to see/find-out-about its real content. But ,---------------------------- | M-x org-toggle-link-display `---------------------------- does exactly what you want ... -- cheers, Thorsten