From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Francesco Pizzolante" Subject: Why does export of images to LaTeX requires either org-special-blocks or org-jsinfo? Date: Wed, 21 Nov 2012 09:41:39 +0100 Message-ID: <87ip8zbb5o.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: mailing-list-org-mode Hi, I have noticed that the correct export of images in LaTeX requires one of these 2 packages: org-special-blocks or org-jsinfo. While I cannot see any relation between these packages and the export of images in LaTeX, if none of these 2 packages is loaded then images are exported as \href instead of \includegraphics, in other words, as links instead of images. Here's the code I used to check this: =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 (setq org-modules nil) =E2=94=82 ;;(require 'org-special-blocks) =E2=94=82 ;;(require 'org-jsinfo) =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 Please let me know if you have any explanation to this behaviour. Thanks a lot. Regards, Francesco