From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Forcing line breaks in src (monospace) examples Date: Sun, 14 Jun 2015 12:36:12 -0400 Message-ID: <557DAD7C.1050201@pfdstudio.com> References: <557D936B.3050501@pfdstudio.com> <557D950F.7030009@pfdstudio.com> <20150614173637.7633a81e@zotac> <6sw6c7616qnv65.fsf@dhcp-10-82-66-30.hmco.com> <20150614181100.11ec3d7a@zotac> <6sw6c71thentsl.fsf@dhcp-10-82-66-30.hmco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4AtP-0007sN-Vy for emacs-orgmode@gnu.org; Sun, 14 Jun 2015 12:36:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4AtJ-00019r-4j for emacs-orgmode@gnu.org; Sun, 14 Jun 2015 12:36:19 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:59349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4AtJ-00019m-0q for emacs-orgmode@gnu.org; Sun, 14 Jun 2015 12:36:13 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id C427A20D0F for ; Sun, 14 Jun 2015 12:36:12 -0400 (EDT) In-Reply-To: <6sw6c71thentsl.fsf@dhcp-10-82-66-30.hmco.com> 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 FWIW, here's the tex generated from my current test: % Created 2015-06-14 Sun 12:33 \documentclass[11pt]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{wrapfig} \usepackage{rotating} \usepackage[normalem]{ulem} \usepackage{amsmath} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{amssymb} \usepackage{hyperref} \tolerance=1000 \usepackage{listingsutf8} \usepackage{listings} \usepackage{xcolor} \lstset{ basicstyle=\ttfamily, breaklines=true, prebreak=\mbox{\ensuremath{\color{red}\hookleftarrow}}, postbreak=\raisebox{0ex}[0ex][0ex]{\ensuremath{\color{red}\hookrightarrow\space}}, columns=fullflexible, keepspaces=true } \author{Peter Davis} \date{\today} \title{wraptest} \hypersetup{ pdfkeywords={}, pdfsubject={}, pdfcreator={Emacs 24.5.1 (Org mode 8.2.10)}} \begin{document} \maketitle \setcounter{tocdepth}{0} \tableofcontents \begin{verbatim} curl -v -X GET -H "Authorization:...\", \"access_token\": \"..." "http://sandbox.api.hmhco.com/v1/staffSectionAssociations/..." \end{verbatim} % Emacs 24.5.1 (Org mode 8.2.10) \end{document}