From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id aEifD5g+Yl+8cAAA0tVLHw (envelope-from ) for ; Wed, 16 Sep 2020 16:34: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 mp1 with LMTPS id IPhyC5g+Yl+tRwAAbx9fmQ (envelope-from ) for ; Wed, 16 Sep 2020 16:34:32 +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 9F60B9400C9 for ; Wed, 16 Sep 2020 16:34:31 +0000 (UTC) Received: from localhost ([::1]:56240 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kIaO6-0000VC-Gz for larch@yhetil.org; Wed, 16 Sep 2020 12:34:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55882) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kIaMj-0000UI-JX for emacs-orgmode@gnu.org; Wed, 16 Sep 2020 12:33:06 -0400 Received: from basilikum.nobis-admin.de ([89.238.71.130]:47470) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kIaMg-0001xW-Di for emacs-orgmode@gnu.org; Wed, 16 Sep 2020 12:33:05 -0400 Received: from bohne (p200300cd6736d300d4fef09cf16c372f.dip0.t-ipconnect.de [IPv6:2003:cd:6736:d300:d4fe:f09c:f16c:372f]) by basilikum.nobis-admin.de (Postfix) with ESMTPSA id 53A876D81844 for ; Wed, 16 Sep 2020 18:32:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=snobis.de; s=default; t=1600273977; bh=vV4lo4oW5ECDeqrnmKjDGQg4weL3nAoo2asx0WW7yWo=; h=From:To:Subject:References:Date:In-Reply-To:From; b=Bd2iMihn8qz6OwfMV/U+/EFGd7gxSM7PYlDF8l/Igwl/xHc2+KmYe+mpiJHblKOnx 4392Y2X2KO/rfubLtd6PNQQH2Pk3Ea2Daws78UpkWPff1avXD+CPUay82fZKBWNIBt U1GqtFo4LCYfp+puSLA3DKBcxWE0WPN/7QTsjYxc= From: Stefan Nobis To: emacs-orgmode@gnu.org Subject: Re: basic org questions References: <87o8m7t5xa.fsf@ebih.ebihd> <87a6xq37tm.fsf@gmail.com> <878sdaiiti.fsf@ebih.ebihd> <87ft7igz8v.fsf@gmail.com> <87zh5qgxyw.fsf@ebih.ebihd> <871rj1zvc7.fsf@ucl.ac.uk> Mail-Followup-To: emacs-orgmode@gnu.org Date: Wed, 16 Sep 2020 18:32:56 +0200 In-Reply-To: <871rj1zvc7.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Wed, 16 Sep 2020 14:48:08 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (darwin) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=89.238.71.130; envelope-from=stefan-ml@snobis.de; helo=basilikum.nobis-admin.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/16 12:32:57 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=snobis.de header.s=default header.b=Bd2iMihn; dmarc=pass (policy=reject) header.from=snobis.de; 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-Spam-Score: -1.71 X-TUID: zxETOfGUlkAX Eric S Fraga writes: > #+latex_header: \setlength{\parindent}{0pt} > #+latex_header: \setlength{\parskip}{\baselineskip} Better use #+latex_header: \usepackage{parskip} as this package has less bad side-effects on other parts of the document than setting these far-reaching lengths directly. But otherwise I second your recommendation to not use this style of marking paragraphs if not absolutely required. -- Until the next mail..., Stefan.