|
From: | Nicolas Goaziou |
Subject: | Re: [O] question on org-element-interpret-data and when it works |
Date: | Sat, 03 Mar 2018 14:20:59 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Thorsten Jolitz <address@hidden> 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.
[Prev in Thread] | Current Thread | [Next in Thread] |