From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Heading numbering in latex export Date: Thu, 27 Sep 2012 12:15:27 +0530 Message-ID: <20120927064527.GA17906@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH7zn-0006ZO-0E for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 02:54:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TH7zl-0006Hf-PH for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 02:54:50 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:59159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH7zl-0006HQ-Il for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 02:54:49 -0400 Received: by padfa10 with SMTP id fa10so1155651pad.0 for ; Wed, 26 Sep 2012 23:54:48 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode I am writing a research paper using orgmode. The org file contains the text of the paper and R source code for generating a graph and some tables. The paper is still incomplete. When I try to export the file to pdf via latex, I face a strange problem. When I export the file first time after opening it, the graph does not appear. When I do it again, the graph appears fine but Section numbers are messed up. The main sections are now numbered 0.1, 0.2 etc while the sub-sections are not numbered at all. In my header, I have: #+OPTIONS: H:3 toc:nil I have changed the value of H but it has no effect. Can somebody please explain what might be wrong. I am using org-version 7.9.1. Vikas