From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: verbatim/code text and line breaks with auto fill mode Date: Fri, 21 Mar 2014 11:57:59 +0100 Message-ID: References: <87y50l91i7.fsf@alphaville.bos.redhat.com> <86siqqfgz3.fsf@somewhere.org> <87lhwi8d52.fsf@gmail.com> <87bnxaw6eo.fsf@bzg.ath.cx> <871ty51z3p.fsf@gmail.com> <87ior8c4kh.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQx9J-0007ky-KL for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 06:58:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQx9E-0005zB-EU for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 06:58:05 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:24134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQx9E-0005y0-8S for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 06:58:00 -0400 In-Reply-To: (Alan Schmitt's message of "Fri, 21 Mar 2014 11:07:50 +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 Resending this as it did not make it to the list. (Is there a way to make sure that mail that makes it to the list through gmail gets a reply address to the list?) Alan Schmitt writes: > Bastien writes: > >>> If it does, what backends do not support it? >> >> Only the LaTeX backend. >> >> I fixed this by replacing newlines characters with whitespace >> characters in \verb constructs for the LaTeX backend. > > This seems like a good solution to me. Thanks! > > Alan