From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: #+LATEX_HEADER:\newcommand{\orgtitle}{{{{TITLE}}}} Date: Wed, 19 Mar 2014 08:34:54 +0000 Message-ID: <87ppli4mdt.fsf@ucl.ac.uk> References: <87y507fs5b.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQDgw-0007Fl-Ns for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 06:25:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQDgp-0006M7-Tn for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 06:25:46 -0400 Received: from mail-db3lp0078.outbound.protection.outlook.com ([213.199.154.78]:24914 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQDgp-0006Jr-Az for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 06:25:39 -0400 In-Reply-To: (Luke Crook's message of "Tue, 18 Mar 2014 20:33:14 +0000") 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: Luke Crook Cc: emacs-orgmode@gnu.org Luke Crook writes: > I tried creating a custom class and then tried creating a custom style. But > I found the easiest to be the following; > > > #+AUTHOR: > #+LATEX_HEADER: \newcommand{\orgauthor}{} [...] > Works very well, apart from the duplication of author, email, date etc. You could always use the new command in the org directive, assuming you only use LaTeX export: #+LATEX_HEADER: \newcommand{\orgauthor}{} #+AUTHOR: \orgauthor This would avoid duplication. -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.5h-660-gef207f