# -*- coding: utf-8; -*- #+TITLE: examplebug.org #+AUTHOR: Eric S Fraga #+EMAIL: address@hidden #+DATE: 2010.07.19 23:16:44 #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+XSLT: * problem with html export of links to images I often have links to images that should be inline: #+caption: An example image to be displayed on the page [[file:mip.png]] and images which are [[file:mip.png][linked to]] but not displayed. #+begin_src emacs-lisp :results output (format "%s\n%s" (org-version) (emacs-version)) #+end_src #+results: : Org-mode version 7.01trans (release_6.36.718.g78ef) : GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) : of 2010-05-16 on raven, modified by Debian