From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Prose with markup needs more line spacing [legibility 5/6] Date: Tue, 04 Feb 2020 01:32:50 -0600 Message-ID: <87k152yfh9.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33924) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyshg-00088V-8B for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 02:33:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyshf-0004fG-7Y for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 02:33:00 -0500 Received: from ciao.gmane.io ([159.69.161.202]:57962) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iyshf-0004KW-0Y for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 02:32:59 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1iyshc-000SfD-13 for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 08:32:56 +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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Texas Cyberthal writes: > Code requires less line spacing. It has more whitespace, fewer capital > letters, and no markup such as underlining. Code is read differently > than prose; it requires less sequential scanning. Code certainly can have markup like underlining. For example, flymake/flycheck highlighting, highlight-function-calls-mode, Semantic, etc. > Prose has big blocks of text with taller capital letters that must be > scanned sequentially. The tall bits bump into lines above and below. > Org prose adds markup. Underlining and all-caps tags are common. This > requires a bit more line spacing for optimal legibility: > > #+begin_src elisp > ;; prose with markup needs more line spacing > (defun leo-space-lines () > (setq line-spacing 0.175)) > (add-hook 'org-mode-hook 'leo-space-lines) > #+end_src We should definitely not be messing with line spacing in default settings. Line spacing is a very personal preference, and it varies widely by other configuration, such as font. Please, feel free to make your own prose-specific Org theme or minor mode, or use or improve one of the several that already exist. Org defaults need not be changed to meet your preferences.