Fixed #343. Add message about the obsoleting org-reveal-export-current-subtree

This commit is contained in:
Yujie Wen 2019-07-08 23:55:21 +08:00
parent 12b2610f00
commit 7834f00b5d
1 changed files with 1 additions and 0 deletions

View File

@ -1315,6 +1315,7 @@ transformed fragment attribute to ELEM's attr_html plist."
(org-narrow-to-subtree)
(let ((ret (org-reveal-export-to-html async subtreep visible-only body-only (plist-put ext-plist :reveal-subtree t))))
(widen)
(message "Obsoleting soon. Use the \"Export scope\" switch instead to utilize parent heading properties.")
ret))
;;;###autoload