From mboxrd@z Thu Jan 1 00:00:00 1970 From: Texas Cyberthal Subject: org-startup-truncated default should be nil [legibility 2/6] Date: Tue, 4 Feb 2020 12:08:35 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46385) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iypWS-0004Cq-J1 for emacs-orgmode@gnu.org; Mon, 03 Feb 2020 23:09:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iypWR-0001yh-Ni for emacs-orgmode@gnu.org; Mon, 03 Feb 2020 23:09:12 -0500 Received: from mail-oi1-x22f.google.com ([2607:f8b0:4864:20::22f]:34700) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iypWR-0001vc-IT for emacs-orgmode@gnu.org; Mon, 03 Feb 2020 23:09:11 -0500 Received: by mail-oi1-x22f.google.com with SMTP id l136so17140644oig.1 for ; Mon, 03 Feb 2020 20:09:11 -0800 (PST) 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" #+begin_src elisp (org-startup-truncated nil) #+end_src Line truncation is necessary for code but anathema for prose. Prose lines need visual wrap as windows resize, so that texts can be compared easily. Advanced Org uses such as large tables require line truncation. Tables are a code-like fixed-pitch feature. Users will write a paragraph of prose longer than the screen well before they discover a need for line truncation, such as long lines of code or wide tables. Users who need line truncation are likely to know about it, whereas users who need line truncation off are unlikely to know what it's called. Learning about line truncation is an unnecessary hurdle for beginners. Therefore the default should be nil.