From 10ea126b365dc101d6e24f0c44ff1d333839741b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 20 Dec 2011 19:58:24 +0100 Subject: [PATCH] contrib/lisp/org-export: Add omitted persistent properties * contrib/lisp/org-export.el (org-export-persistent-properties-list): Add omitted persistent properties. This patch also updates documentation with regards to persistent properties. --- contrib/lisp/org-export.el | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index f255401c6..397ab3225 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -620,7 +620,7 @@ while every other back-end will ignore it." ;; the current buffer, through the "#+include:" keyword. It is ;; mainly used to verify that no infinite recursive inclusion ;; happens. -;; - category :: persistent +;; - category :: local ;; - type :: list of strings ;; + `inherited-properties' :: Properties of the headline ancestors @@ -668,13 +668,6 @@ while every other back-end will ignore it." ;; - type :: symbol ;; - update :: `org-export-update-info' -;; + `previous-section-number' :: Numbering of the previous -;; headline. As it might not be practical for direct use, the -;; function `org-export-get-headline-level' is provided -;; to extract useful information out of it. -;; - category :: local -;; - type :: vector - ;; + `section-numbers' :: Non-nil means transcoding should add ;; section numbers to headlines. ;; - category :: option @@ -707,7 +700,7 @@ while every other back-end will ignore it." ;; + `total-loc' :: Contains total lines of code accumulated by source ;; blocks with the "+n" option so far. -;; - category :: option +;; - category :: persistent ;; - type :: integer ;; - update :: `org-export-handle-code' @@ -1108,8 +1101,9 @@ retrieved." ;; between headlines' beginning position and their numbering. (defconst org-export-persistent-properties-list - '(:code-refs :headline-alist :headline-offset :headline-offset :parse-tree - :point-max :seen-footnote-labels :total-loc :use-select-tags) + '(:back-end :code-refs :headline-alist :headline-numbering :headline-offset + :parse-tree :point-max :seen-footnote-labels :target-list + :total-loc :use-select-tags) "List of persistent properties.") (defconst org-export-persistent-properties nil