From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Howto: different faces for "begin_src" and "results" Date: Mon, 10 Mar 2014 16:27:19 +0100 Message-ID: <87wqg25b1k.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN272-0003T9-8y for emacs-orgmode@gnu.org; Mon, 10 Mar 2014 11:27:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WN26x-00021c-Fd for emacs-orgmode@gnu.org; Mon, 10 Mar 2014 11:27:32 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:35118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN26x-00021W-3D for emacs-orgmode@gnu.org; Mon, 10 Mar 2014 11:27:27 -0400 In-Reply-To: (Miguel Ruiz's message of "Mon, 10 Mar 2014 02:49:08 -0800") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Miguel Ruiz Cc: orgmode mailing list Hi Miguel, Miguel Ruiz writes: > I was wondering if it's possible to have different faces for > "#+begin_src/#+end_src" and "results" so distinguishing the blocks is > easier. Yes: M-x customize-face RET org-block-begin-line RET M-x customize-face RET org-meta-line RET HTH, -- Bastien