From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: Block conventions Date: Tue, 4 Jan 2011 17:37:54 -0200 Message-ID: <20110104193754.GA2447@soloJazz.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=59269 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaChl-0000Oi-OQ for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 14:38:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaChk-0004Y5-8A for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 14:38:01 -0500 Received: from cpoproxy3-pub.bluehost.com ([67.222.54.6]:47573) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PaChj-0004XZ-Un for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 14:38:00 -0500 Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeff Horn Cc: Org-mode ml The keyboard shortcuts produce lowercase text (e.g. typing I was wondering whether it is common practice to indicate source code > blocks with capital letters, as in > > #+BEGIN_SRC text > Example source block > #+END_SRC > > while indicating special blocks with lower-case, as in > > #+begin_latex > This is \LaTeX. > #+end_latex > > They both work (I think). But, I can't decide which one looks better > to my eye. What are your thoughts?