From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BEGIN - END markers in manual and guide Date: Sun, 14 Jul 2019 10:07:47 +0200 Message-ID: <87zhlhhwdo.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51731) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmZY4-0002Pm-La for emacs-orgmode@gnu.org; Sun, 14 Jul 2019 04:07:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmZY2-0008Lu-Va for emacs-orgmode@gnu.org; Sun, 14 Jul 2019 04:07:56 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:53803) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hmZY2-0008Ip-Ot for emacs-orgmode@gnu.org; Sun, 14 Jul 2019 04:07:54 -0400 In-Reply-To: (Carsten Dominik's message of "Sun, 14 Jul 2019 09:56:32 +0200") 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: Carsten Dominik Cc: org-mode list Hello, Carsten Dominik writes: > I was wondering if we should change all the #+BEGIN and #+END stuff in the > manual and in the compact guide to lower case? This is what the structure > templates insert, and it also looks better. I'd be willing to do it, just > wondering if there are objections. Upper case is used as a way to emphasize specific syntax in code snippets. Also, in typesetting conventions, - =TITLE=, =BEGIN= ... =END= :: Keywords and blocks are written in uppercase to enhance their readability, but you can use lowercase in your Org files. Therefore, I do not object to this change, but I do think it is not necessary. Regards, -- Nicolas Goaziou