> On 06-May-2015, at 9:44 pm, Ken Mankoff <mank...@gmail.com> wrote: > > > Recent update means you have to put it in a macro... > > #+TITLE: Foo @@latex:\\@@ Bar > > Or: > #+MACRO: NEWLINE @@latex:\\@@ @@html:<br>@@ > #+TITLE: Foo {{{NEWLINE}}} Bar > > https://emacs.stackexchange.com/questions/255/new-line-in-title-of-an-org-mode-exported-html-document >
This solution works for headlines as well. Thanks. Vikas