From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8FX6ANh9xF+teAAA0tVLHw (envelope-from ) for ; Mon, 30 Nov 2020 05:06:32 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id qHxhONd9xF+1cAAAB5/wlQ (envelope-from ) for ; Mon, 30 Nov 2020 05:06:31 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 13370940483 for ; Mon, 30 Nov 2020 05:06:30 +0000 (UTC) Received: from localhost ([::1]:47104 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjbOO-00044r-Hl for larch@yhetil.org; Mon, 30 Nov 2020 00:06:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjbLh-00043T-7o for emacs-orgmode@gnu.org; Mon, 30 Nov 2020 00:03:41 -0500 Received: from static.214.254.202.116.clients.your-server.de ([116.202.254.214]:54844 helo=ciao.gmane.io) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjbLf-0004IX-GH for emacs-orgmode@gnu.org; Mon, 30 Nov 2020 00:03:41 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kjbLb-0000o1-HG for emacs-orgmode@gnu.org; Mon, 30 Nov 2020 06:03:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: emacs-orgmode@gnu.org From: Jarmo Hurri Subject: Re: Missing line breaks in Beamer with alltt Date: Mon, 30 Nov 2020 07:03:31 +0200 Message-ID: <87im9n8mho.fsf@iki.fi> References: <87v9do8qll.fsf@iki.fi> <87v9dofily.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cancel-Lock: sha1:NqjJ8A0m1l1Iwtb9M7UdPjpk7sA= Received-SPF: pass client-ip=116.202.254.214; envelope-from=geo-emacs-orgmode@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.248, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.78 X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-TUID: qpJEIgg4KbL3 Eric S Fraga writes: Hi there! > On Sunday, 29 Nov 2020 at 11:22, Jarmo Hurri wrote: >> Any ideas? > > First of all, the first frame works just fine for me. Line breaks are > preserved. Fascinating: it has to be something in my settings. I went through my init files and did not find anything relevant. Off to debug I go then. > When in doubt, export to LaTeX (C-e l b) and have a look at the LaTeX. > Also then run pdflatex yourself on that LaTeX code to see what errors > come up. I did that but did not notice anything weird in the latex code. Then again, if I export to regular latex, line breaks are preserved just fine. Therefore, this has to be related to some beamer settings (or my texlive version or something like that). Thanks for pointing me in the right direction. All the best, and stay safe. Jarmo