From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel E. Doherty Subject: Org LaTeX export not setting default title? Date: Wed, 08 May 2013 05:06:57 -0500 Message-ID: <877gj9zsxq.wl%ded-law@ddoherty.net> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua1HE-0003mD-NE for emacs-orgmode@gnu.org; Wed, 08 May 2013 06:07:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ua1H9-0004fr-Qr for emacs-orgmode@gnu.org; Wed, 08 May 2013 06:07:12 -0400 Received: from mail-pd0-f174.google.com ([209.85.192.174]:52812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua1H9-0004fg-Ks for emacs-orgmode@gnu.org; Wed, 08 May 2013 06:07:07 -0400 Received: by mail-pd0-f174.google.com with SMTP id u10so1133403pdi.19 for ; Wed, 08 May 2013 03:07:06 -0700 (PDT) Received: from saturn.ddoherty.net (cpe-76-92-184-223.kc.res.rr.com. [76.92.184.223]) by mx.google.com with ESMTPSA id cc15sm9729894pac.1.2013.05.08.03.07.04 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 08 May 2013 03:07:05 -0700 (PDT) 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: Org-mode List All, I just upgraded to 8.02, so I am trying out the new exporter. Nice. A little nit. When I export a minimal org file, it should use the name of the file or buffer as the title if I set nothing in #+TITLE:, but it seems not to. Here it a minimal Org file named 'Junk.org': ====================================== * First Headline * Second Headline ====================================== And this is the LaTex, when I do an export LaTeX to buffer: ====================================== % Created 2013-05-08 Wed 05:03 \documentclass[11pt]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{wrapfig} \usepackage{soul} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{latexsym} \usepackage{amssymb} \usepackage{amstext} \usepackage{hyperref} \tolerance=1000 \author{Daniel E. Doherty} \date{\today} \title{} \hypersetup{ ... ======================================== Note that the \title is empty, but should be \title{Junk}. I do have some customizations set, but nothing that I can see would affect the title. Anyone else seeing this? Regards, Dan