From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: worg latex example "11 Styling the Frontmatter" Date: Fri, 09 Mar 2012 11:04:53 +0000 Message-ID: <87lina2fxm.fsf@gmail.com> References: <87obs7839r.fsf@ed.ac.uk> <87k42v82iz.fsf@gmail.com> <87zkbqo92m.fsf@gmail.com> Reply-To: Myles English , emacs-orgmode Mode Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5xZD-0002Yi-VR for emacs-orgmode@gnu.org; Fri, 09 Mar 2012 06:01:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5xZ7-0005LU-JX for emacs-orgmode@gnu.org; Fri, 09 Mar 2012 06:00:59 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:47334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5xZ7-0005LF-8C for emacs-orgmode@gnu.org; Fri, 09 Mar 2012 06:00:53 -0500 Received: by wgbdr1 with SMTP id dr1so1165776wgb.30 for ; Fri, 09 Mar 2012 03:00:51 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Thu, 08 Mar 2012 18:20:10 -1000") 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: "Thomas S. Dye" Cc: emacs-orgmode Mode >> On Thu, 08 Mar 2012 18:20:10 -1000, Thomas S Dye said: > Hi Myles, Thanks for making me look more closely at this. There are > two things: > 1) #+BEGIN_abstract ... #+END_abstract requires org-special-blocks. > So, > 2) The abstract text ends up in the title because there is no export > option template at the top of your org file. With point at the > start of the buffer, C-c C-e t. That's solved it, thanks very much! Turn out that the whole export option template is not needed; just the #+TITLE: piece. Myles