From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Baier Subject: Do not export single newlines to latex Date: Sat, 07 Jun 2014 19:19:24 +0200 Message-ID: <87singocwz.fsf@mailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtKHL-0005s3-9Z for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 13:19:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtKHF-0002Vp-Ol for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 13:19:39 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:46786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtKHF-0002VW-GL for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 13:19:33 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 5AE674024A for ; Sat, 7 Jun 2014 19:19:31 +0200 (CEST) Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id OM6Rmqbh98de for ; Sat, 7 Jun 2014 19:19:30 +0200 (CEST) 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 Hello org-moders! I am writing a document for which my main export target is latex. To obtain reasonable diffs wrt version control systems, I use one line per sentence in addition to =visual-line-mode= as was mentioned in this post last November http://thread.gmane.org/gmane.emacs.orgmode/78332. The problem with this is that these newlines get translated to newlines in latex aka "\\". I want the export back end to ignore those single newlines and only insert "\\" into the latex document upon encountering two consecutive newlines in my org-mode file. Do I have to write a filter for this, or is this configurable by some variable? Regards, -- Alexander Baier