From mboxrd@z Thu Jan 1 00:00:00 1970 From: ST Subject: How to enable truncate-lines in orgmode by default? Date: Fri, 15 Jun 2018 19:11:09 +0300 Message-ID: <1529079069.1901.39.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTrJm-0007xP-UB for Emacs-orgmode@gnu.org; Fri, 15 Jun 2018 12:11:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTrJj-00011E-PC for Emacs-orgmode@gnu.org; Fri, 15 Jun 2018 12:11:18 -0400 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:37558) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTrJj-000117-Gf for Emacs-orgmode@gnu.org; Fri, 15 Jun 2018 12:11:15 -0400 Received: by mail-wm0-x236.google.com with SMTP id r125-v6so4798031wmg.2 for ; Fri, 15 Jun 2018 09:11:15 -0700 (PDT) Received: from debox ([37.26.149.170]) by smtp.gmail.com with ESMTPSA id 74-v6sm2776355wmt.31.2018.06.15.09.11.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Jun 2018 09:11:13 -0700 (PDT) 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" To: Emacs-orgmode@gnu.org Hello, I would like to enable truncate-lines in orgmode by default - how can I do that? Here is what I tried to put in my config, but it doesn't seem to help: (add-hook 'org-mode-hook (lambda () (setq truncate-lines t))) Thank you!