emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Org LaTeX export not setting default title?


From: Daniel E . Doherty
Subject: [O] Org LaTeX export not setting default title?
Date: Wed, 08 May 2013 05:06:57 -0500
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]