Sharon Kimble <boudic...@skimble.plus.com> writes:

> I've spent most of the day writing something in org-mode and then
> exporting it to PDF. But, it doesn't come out as I wanted,
> presumably because I've not got the org-mode/latex headers right,
> but this is what I have -
> -*- Mode:org; mode:reftex; coding:utf-8  -*-
> # 
> #+LINK: notes #%s
> \bibliography{~/.emacs.d/research/refs.bib}
> #% Title
>
>
> \tableofcontents
> First off, it seems to be taking its title from what the file is
> saved as, but I need something different from that, so how do I get
> it please? "\Title The foobar mystery?", but that doesn't seem to
> work either. And I need to have two people listed as the authors,
> but it only seems to be taking me, so how do I do it then please?
>

--8<---------------cut here---------------start------------->8---
#+TITLE: The foobar mystery?
#+AUTHOR: A.U. Thor and S. Kimble

* foo
bar

* baz
--8<---------------cut here---------------end--------------->8---

and you get the TOC automatically - if you don't want it, say

#+OPTIONS: toc:nil

The options are documented in

    (info "(org) Export settings")


> ...
>
> I'll meanwhile trawl through the emails that I've saved from this
> group trying to find some working headers, but any tutorials or conf
> files gratefully received.
>

A long time ago, I used to save messages from the list but no longer.  I
search through the list at gmane.org. A convenient starting point is

    http://orgmode.org/community.html

-- 
Nick


Reply via email to