From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: \\ in headlines Date: Thu, 7 May 2015 05:29:08 +0530 Message-ID: References: <0211F6B5-2339-424C-A39C-75EA5D6B3025@agrarianresearch.org> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq9Dl-0006bq-EO for emacs-orgmode@gnu.org; Wed, 06 May 2015 19:59:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yq9Df-0002cz-RP for emacs-orgmode@gnu.org; Wed, 06 May 2015 19:59:21 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:33183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq9Df-0002cs-LQ for emacs-orgmode@gnu.org; Wed, 06 May 2015 19:59:15 -0400 Received: by pacwv17 with SMTP id wv17so23352332pac.0 for ; Wed, 06 May 2015 16:59:14 -0700 (PDT) In-Reply-To: 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: Ken Mankoff Cc: org-mode mailing list > On 06-May-2015, at 9:44 pm, Ken Mankoff wrote: >=20 >=20 > Recent update means you have to put it in a macro... >=20 > #+TITLE: Foo @@latex:\\@@ Bar >=20 > Or: > #+MACRO: NEWLINE @@latex:\\@@ @@html:
@@ > #+TITLE: Foo {{{NEWLINE}}} Bar >=20 > = https://emacs.stackexchange.com/questions/255/new-line-in-title-of-an-org-= mode-exported-html-document >=20 This solution works for headlines as well. Thanks. Vikas=