From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: question on org-element-interpret-data and when it works Date: Sat, 03 Mar 2018 14:20:59 +0100 Message-ID: <87bmg5guro.fsf@nicolasgoaziou.fr> References: <87fu5hbd0k.fsf@gmail.com> <87lgf9gwe7.fsf@nicolasgoaziou.fr> <874llxb9cf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1es761-0004XC-HI for emacs-orgmode@gnu.org; Sat, 03 Mar 2018 08:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1es75y-0001eG-D5 for emacs-orgmode@gnu.org; Sat, 03 Mar 2018 08:21:05 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:60247) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1es75y-0001ds-6I for emacs-orgmode@gnu.org; Sat, 03 Mar 2018 08:21:02 -0500 In-Reply-To: <874llxb9cf.fsf@gmail.com> (Thorsten Jolitz's message of "Sat, 03 Mar 2018 14:02:40 +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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Thorsten Jolitz writes: > I have defined these two constants in org-dp.el to work around this > discrepancy (and to know which elements do not have interpreted content > at all): > > ,---- > | (defconst org-dp-no-content-elems > | (list 'babel-call 'clock 'comment 'comment-block 'diary-sexp > | 'example-block 'fixed-width 'horizontal-rule 'keyword > | 'latex-environment 'node-property 'planning 'src-block) > | "List of Org elements without interpreted .") > | > | (defconst org-dp-value-blocks > | (list 'comment-block 'example-block 'src-block) > | "List of Org block that have a :value instead of contents.") > `---- I don't understand where you think there is a discrepancy here.