From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Crook Subject: #+LATEX_HEADER:\newcommand{\orgtitle}{{{{TITLE}}}} Date: Tue, 18 Mar 2014 01:14:20 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPicI-0005Ln-8Q for emacs-orgmode@gnu.org; Mon, 17 Mar 2014 21:15:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPicA-0007ba-VZ for emacs-orgmode@gnu.org; Mon, 17 Mar 2014 21:14:54 -0400 Received: from plane.gmane.org ([80.91.229.3]:55642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPicA-0007bR-Of for emacs-orgmode@gnu.org; Mon, 17 Mar 2014 21:14:46 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WPic9-0006d7-BM for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 02:14:45 +0100 Received: from 147.21.8.1 ([147.21.8.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Mar 2014 02:14:45 +0100 Received: from luke by 147.21.8.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Mar 2014 02:14:45 +0100 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: emacs-orgmode@gnu.org I'm looking for a quick and dirty way to use the org-mode variables within Latex. I thought the following might work; #+TITLE: A nice title #+LATEX_HEADER: \newcommand{\orgtitle}{{{{TITLE}}}} And then in the .tex file; \orgtitle{} Suggestions? Thanks