ox: Small refactoring
* lisp/ox.el (org-export-prune-tree): Small refactoring.
This commit is contained in:
parent
80bbf2440a
commit
5738086a6b
|
@ -2057,8 +2057,7 @@ from tree."
|
|||
(org-element-property :archivedp data))
|
||||
;; If headline is archived but tree below has to
|
||||
;; be skipped, remove contents.
|
||||
(mapc #'org-element-extract-element
|
||||
(org-element-contents data))
|
||||
(org-element-set-contents data)
|
||||
;; Move into secondary string, if any.
|
||||
(let ((sec-prop
|
||||
(cdr (assq type org-element-secondary-value-alist))))
|
||||
|
|
Loading…
Reference in New Issue