From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Subject: Tables and Images are shifted to the end of document while exporting to tex file Date: Wed, 24 Mar 2010 20:33:03 +0100 Message-ID: <4BAA68EF.1010500@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuWKW-0007d4-KI for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 15:33:28 -0400 Received: from [140.186.70.92] (port=59900 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuWKV-0007c8-5A for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 15:33:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuWKT-0008Ki-Na for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 15:33:27 -0400 Received: from mail-fx0-f225.google.com ([209.85.220.225]:45104) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuWKT-0008KD-Gf for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 15:33:25 -0400 Received: by fxm25 with SMTP id 25so12815fxm.26 for ; Wed, 24 Mar 2010 12:33:23 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dear all, I have a document containing total around 10 images and tables with the attribute setting "#+ATTR_LaTex: placement=[htb]". However, I notice that two of this images and tables are placed in the end of the pdf document where shouldn't be their place. At the beginning I thought it might be the floating mechanism in Tex system. Nevertheless, after trying lots of tuning in vain, I noticed the position of these image and table were shifted to the end of the file just before "\end{document}" and this causes the mistake of the position. Does anyone has idea about it? Keith