Export: Better detection of images that can be inlined.
commit03d324ac2bc8ada0dbafa18ee8317bd35e5fcd38
authorCarsten Dominik <carsten.dominik@gmail.com>
Sun, 18 Jan 2009 08:11:24 +0000 (18 09:11 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sun, 18 Jan 2009 18:14:10 +0000 (18 19:14 +0100)
tree7fefe670cc4bde2897771c0a15039780501d448b
parenteb486004953e9cb5b56beec074929b3205871542
Export: Better detection of images that can be inlined.

Two new variables, `org-export-html-inline-image-extensions' and
`org-export-latex-inline-image-extensions' now define the file
extensions that will be considered for inlining images.  The default
for HTML is png, jpg, jpeg, and gif files.  The default for LaTeX is
png, jpg, jpeg, and pdf, assuming processing with `pdflatex'.

For LaTeX export, this can lead to conflicts for links that point
to non-image PDF files.  To avoid that such a link will be inlined by
accident, always give a description text for such a link, one that is
not equal to the path.
ORGWEBPAGE/Changes.org
doc/org.texi
lisp/ChangeLog
lisp/org-exp.el
lisp/org-export-latex.el
lisp/org-mouse.el
lisp/org.el