emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org LaTeX export not setting default title?
@ 2013-05-08 10:06 Daniel E. Doherty
  2013-05-08 12:52 ` Jay Kerns
  2013-05-08 14:04 ` Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel E. Doherty @ 2013-05-08 10:06 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-08 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-08 10:06 Org LaTeX export not setting default title? Daniel E. Doherty
2013-05-08 12:52 ` Jay Kerns
2013-05-08 14:04 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).