From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Somelauw ." Subject: Re: Add contents-begin and contents-end to src-block in org-element.el Date: Mon, 25 Dec 2017 00:55:45 +0100 Message-ID: References: <87tvwggo9s.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eTG7Q-0006wd-6c for emacs-orgmode@gnu.org; Sun, 24 Dec 2017 18:55:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eTG7P-0000qw-Al for emacs-orgmode@gnu.org; Sun, 24 Dec 2017 18:55:48 -0500 Received: from mail-wr0-x22f.google.com ([2a00:1450:400c:c0c::22f]:42485) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eTG7O-0000ot-VV for emacs-orgmode@gnu.org; Sun, 24 Dec 2017 18:55:47 -0500 Received: by mail-wr0-x22f.google.com with SMTP id w107so6325386wrb.9 for ; Sun, 24 Dec 2017 15:55:46 -0800 (PST) In-Reply-To: <87tvwggo9s.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org 2017-12-24 16:05 GMT+01:00 Nicolas Goaziou : > 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. Thanks for your quick response As I understand from your reply, :contents-begin/end should be reserved for elements that can contain other org-elements or org-objects. I'm writing a plugin that allows one to operate on the inner body of an org-element and so far I'm relying on :contents-begin and :contents-end. This has worked pretty well so far on most org elements, but org-src-blocks seem to be an exception. I may want to special-case these. By the way, do you know of any other org-elements that have an inner body that doesn't classify as "data in Org syntax"? Kind regards, Somelauw