[O] [Bug] HTML Exporter Does Not Convert \\ To br /

2013-04-21 Thread T.F. Torrey
The old exporter would convert \\ at the end of a line to br / to force a line break. The manual still says that \\ will force a line break, but the new HTML exporter, while indeed breaking the line there, does not insert the br / to make it render as a new line. This is using the latest version

Re: [O] [Bug] HTML Exporter Does Not Convert \\ To br /

2013-04-21 Thread Eric Abrahamsen
T.F. Torrey tftor...@tftorrey.com writes: The old exporter would convert \\ at the end of a line to br / to force a line break. The manual still says that \\ will force a line break, but the new HTML exporter, while indeed breaking the line there, does not insert the br / to make it render as

Re: [O] [Bug] HTML Exporter Does Not Convert \\ To br /

2013-04-21 Thread T.F. Torrey
On Sun, Apr 21, 2013 at 4:02 AM, Eric Abrahamsen e...@ericabrahamsen.net wrote: Hi Terry, I just tried with emacs -Q (I'm on 24.3.1) and git Org mode, and the \\ is exported as br/. Can you check with emacs -Q? If you look in ox-html.el, you'll see that the function `org-html-line-break'