From 11a84912fcc809a2824b4d491f7dd09e83d95023 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 29 Oct 2012 20:51:25 +0100 Subject: [PATCH] org-export-reference: Document :post-affiliated property --- dev/org-export-reference.org | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev/org-export-reference.org b/dev/org-export-reference.org index ea18a47..3470fc7 100644 --- a/dev/org-export-reference.org +++ b/dev/org-export-reference.org @@ -139,9 +139,11 @@ by the exporter. which holds the number of blank lines, or white spaces, at its end and ~:parent~ which refers to the element or object containing it. - Greater elements, elements containing objects and recursive objects - will also have ~:contents-begin~ and ~:contents-end~ properties to - delimit contents. + Greater elements, elements and objects containing objects will have + ~:contents-begin~ and ~:contents-end~ properties to delimit + contents. Greater elements and elements accepting affiliated + keywords will also have a ~:post-affiliated~ property, referring to + the buffer position after any affiliated keyword, when applicable. In addition to these properties, each element can optionally get some more from affiliated keywords, namely: ~:attr_ascii~, -- 1.7.2.5