From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaidheeswaran C Subject: ox-texinfo doesn't handle inline images Date: Mon, 25 May 2015 13:33:09 +0530 Message-ID: Reply-To: vaidheeswaran.chinnaraju@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwnNi-0005sr-Lp for emacs-orgmode@gnu.org; Mon, 25 May 2015 04:05:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwnNe-0007ch-KE for emacs-orgmode@gnu.org; Mon, 25 May 2015 04:05:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:40302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwnNe-0007bS-EZ for emacs-orgmode@gnu.org; Mon, 25 May 2015 04:05:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YwnNY-0007NM-El for emacs-orgmode@gnu.org; Mon, 25 May 2015 10:04:56 +0200 Received: from 171.76.55.216 ([171.76.55.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 May 2015 10:04:56 +0200 Received: from vaidheeswaran.chinnaraju by 171.76.55.216 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 May 2015 10:04:56 +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 In: #+NAME: fig1 #+CAPTION: Screen capture [[./emacs-24.5.1-startup-screen-annotated.png]] Buggy out: @uref{./emacs-24.5.1-startup-screen-annotated.png} Desired out: @float Figure,fig1 @image{./emacs-24.5.1-startup-screen-annotated,150mm,,,png} @c @shortcaption{Screen capture} @caption{Screen capture.} @end float Reference: http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Special-Displays.html http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Floats.html#Floats http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Images.html#Images Additional notes: (a) I also see no reference to "@listoffloats", for example. There is a some scope for further imporvement around these areas. (b) Without Image width (i.e., image scaling) the image in the PDF output gets cropped.