From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ns389230.ip-176-31-101.eu ([91.121.113.132]) by ns368062.ip-94-23-30.eu with LMTP id ILfkIAVViF4pCAwAbb5zcA (envelope-from ) for ; Sat, 04 Apr 2020 09:36:05 +0000 Received: from aspmx1.migadu.com ([91.121.113.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) by ns389230.ip-176-31-101.eu (Dovecot) with LMTP id jxSjNVBSiF5uHgAAhCaIAw ; Sat, 04 Apr 2020 11:36:05 +0200 Received: (Migadu outbound); Sat, 04 Apr 2020 11:35:38 +0200 Authentication-Results: aspmx1.migadu.com; iprev=pass; spf=pass smtp.mailfrom=gnu.org Received-SPF: Pass (aspmx1.migadu.com: domain of gnu.org designates 209.51.188.17 as permitted sender) receiver=aspmx1.migadu.com; identity=mailfrom; client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from= Received-SPF: None (aspmx1.migadu.com: domain of lists.gnu.org does not designate 209.51.188.17 as permitted sender) receiver=aspmx1.migadu.com; identity=helo; client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from= X-Haraka-FCrDNS: lists.gnu.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by aspmx1.migadu.com (Haraka/2.8.20) with ESMTPS id 45D11A4A-3E4F-466A-951D-17510B0AC039.1 envelope-from (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Sat, 04 Apr 2020 11:35:37 +0200 Received: from localhost ([::1]:36972 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKfDE-00074b-NP for larch@yhetil.org; Sat, 04 Apr 2020 05:35:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56597) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKfCo-00074G-Mq for emacs-orgmode@gnu.org; Sat, 04 Apr 2020 05:35:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKfCn-0002Lm-Dh for emacs-orgmode@gnu.org; Sat, 04 Apr 2020 05:35:10 -0400 Received: from cadalora.default.sbang.uk0.bigv.io ([46.43.15.90]:40516 helo=cadalora.bang.priv.no) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jKfCn-0002IF-8M for emacs-orgmode@gnu.org; Sat, 04 Apr 2020 05:35:09 -0400 Received: from mccoy (cm-84.211.250.118.getinternet.no [84.211.250.118]) by cadalora.bang.priv.no (Postfix) with ESMTPSA id 2D728CD3CE for ; Sat, 4 Apr 2020 10:34:54 +0100 (BST) From: Steinar Bang To: emacs-orgmode@gnu.org Subject: org2blog: get horizontal scrollbar on code examples? Date: Sat, 04 Apr 2020 11:34:53 +0200 Message-ID: <86r1x3r3uq.fsf@dod.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 46.43.15.90 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-Haraka-ASN: 22989 209.51.188.0/24 X-Rspamd-Score: -4.702721 X-TUID: HEi2LeLWwQBv Does anyone know of a way to get horizontal scrollbars on code examples, instead of line breaks? I try to make code examples as horizontally compact, but sometimes that's not enough, see e.g. some maven elements here, and the maven command line examples: https://steinar.bang.priv.no/2020/03/30/how-to-get-test-coverage-back-in-sonarcloud-maven-builds/