summaryrefslogtreecommitdiff
path: root/lisp/org/ox.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-12-10 16:59:46 -0500
committerKyle Meyer <kyle@kyleam.com>2022-12-10 16:59:46 -0500
commit01154166057e7cf289318a8cfa4d43716f26ca20 (patch)
tree79dcc7b1c12e53ae852ae556541931fdd1a7ae66 /lisp/org/ox.el
parent26a8644a58768281bae249121f4f18d7b0661c44 (diff)
downloademacs-01154166057e7cf289318a8cfa4d43716f26ca20.tar.gz
emacs-01154166057e7cf289318a8cfa4d43716f26ca20.tar.bz2
emacs-01154166057e7cf289318a8cfa4d43716f26ca20.zip
Update to Org 9.6-31-g954a95
Diffstat (limited to 'lisp/org/ox.el')
-rw-r--r--lisp/org/ox.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/org/ox.el b/lisp/org/ox.el
index f6629cde4dc..aed669ee87d 100644
--- a/lisp/org/ox.el
+++ b/lisp/org/ox.el
@@ -3036,6 +3036,11 @@ Return code as a string."
(org-narrow-to-subtree)
(goto-char (point-min))
(org-end-of-meta-data)
+ ;; Make the region include top heading in the subtree.
+ ;; This way, we will be able to retrieve its export
+ ;; options when calling
+ ;; `org-export--get-subtree-options'.
+ (backward-char)
(narrow-to-region (point) (point-max))))
;; Initialize communication channel with original buffer
;; attributes, unavailable in its copy.