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, 14 Mar 2014 13:19:16 +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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOR5I-0000JL-4g for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 08:19:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOR5B-000584-R4 for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 08:19:32 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:65180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOR5B-00057z-Jv for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 08:19:25 -0400 In-Reply-To: (Alan Schmitt's message of "Fri, 14 Mar 2014 13:03:51 +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 I'm resending this to the list (somehow it was addressed to gmane instead of the list.) Alan Schmitt writes: > Nicolas Goaziou writes: > >> Does Org allow newline characters in verbatim objects? > > If I understand org-emphasis-regexp-components correctly, it explicitly > allows newlines (the default seems to be 1): > > "newline The maximum number of newlines allowed in an emphasis exp." > > Moreover, my understanding of verbatim objects is an emphasis object > that starts with '=' or '~' (if I read the code for `org-set-emph-re' > correctly). > >> If it does, what backends do not support it? > > I only know of LaTeX. > > > Alan