From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Add contents-begin and contents-end to src-block in org-element.el Date: Sun, 24 Dec 2017 16:05:03 +0100 Message-ID: <87tvwggo9s.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eT7pr-0008Tz-VG for emacs-orgmode@gnu.org; Sun, 24 Dec 2017 10:05:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eT7pr-0007te-8R for emacs-orgmode@gnu.org; Sun, 24 Dec 2017 10:05:07 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:57340) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eT7pq-0007sS-Ty for emacs-orgmode@gnu.org; Sun, 24 Dec 2017 10:05:07 -0500 In-Reply-To: (Somelauw .'s message of "Sun, 24 Dec 2017 15:56:24 +0100") 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: "Somelauw ." Cc: emacs-orgmode@gnu.org Hello, "Somelauw ." writes: > Here is a simple patch that makes it possible to find the inner > contents of a src-code block. Contents mean "data in Org syntax". There are no such contents in source blocks. Therefore, the parser does not provide :contents-begin and :contents-end for them. HTH, Regards, -- Nicolas Goaziou