From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Louis Subject: Failure to display more than 18 images with captions Date: Sat, 1 Oct 2016 10:19:55 +0300 Message-ID: <20161001071955.GA14380@protected.rcdrun.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]:50098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqEeC-0002Vq-KN for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 03:23:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqEe7-0000f4-JR for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 03:23:47 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:44107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqEe7-0008Ju-Ct for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 03:23:43 -0400 Content-Disposition: inline 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" To: emacs-orgmode@gnu.org Hello, I have problem with Org Mode, that it fails to display more than 18 images correctly, while exporting to PDF (LaTeX export). I am using images in following manner: #+CAPTION: Title of image #+NAME: fig:pic001 [[/some/image001.jpg]] #+CAPTION: Title of image #+NAME: fig:pic002 [[/some/image002.jpg]] #+CAPTION: Title of image #+NAME: fig:pic003 [[/some/image003.jpg]] .... and so on until 40-50 images ... #+CAPTION: Title of image #+NAME: fig:pic060 [[/some/image060.jpg]] If I only put links without CAPTION and NAME, the export is working well, but images are not nicely formatted. If I am using CAPTION without NAME, I get the same problem, so only 18 images are displayed. I have tried to display random images, to verify is it about the link or what would be the cause, but always 18 images are displayed. Few images are displayed on the side of the PDF, cut, not visible, covering the right side border of the PDF file. I would really need help to get it working, as I use Org Mode for reporting. Thank you, J. Louis