From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ciaran Mulloy Subject: Table of Contents Title header Date: Fri, 27 Sep 2013 14:42:21 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPgEm-0003EM-RN for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 18:10:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPgEf-0007yV-Gp for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 18:10:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:56704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPgEf-0007wt-A6 for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 18:10:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VPgEe-0005rW-Ix for emacs-orgmode@gnu.org; Sat, 28 Sep 2013 00:10:04 +0200 Received: from 95.45.250.213 ([95.45.250.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Sep 2013 00:10:04 +0200 Received: from cmulloy by 95.45.250.213 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Sep 2013 00:10:04 +0200 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@gnu.org Hi, I am using Org-mode for writing product manuals and documentation and exporting to PDF using the Latex Export. (I'm still using Org-Mode 7.8 as I've been a little apprehensive about upgrading to the new Latex Export version). I am using the fancy header package: #+LATEX_HEADER: \usepackage{fancyhdr} #+LATEX_HEADER: \pagestyle{fancy} #+LATEX_HEADER: \fancyhead[RO,RE]{\includegraphics[width=1.5cm]{company_logo.pdf}} It outputs a nice section header together with the company logo nicely positioned at the top of the page. My only problem is that I want to include a table of contents which I do as follows in the title header: #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t However the Table of Contents section title 'Contents' overwrites the section header 'contents' at the top of the page. Is there a way of being able to suppress the Table of Contents title 'Contents'. I know that in Latex one can have an additional option of how a section header is displayed and just show a blank text. However I haven't been able to do that. Any suggestions would be very welcome! Ciaran