|
@@ -490,7 +490,7 @@ in a window. A non-interactive call will only return the buffer."
|
|
|
(setq buffer "*Org LaTeX Export*"))
|
|
|
(let ((transient-mark-mode t) (zmacs-regions t)
|
|
|
ext-plist rtn)
|
|
|
- (setq ext-plist (plist-put ext-plist :ignore-subree-p t))
|
|
|
+ (setq ext-plist (plist-put ext-plist :ignore-subtree-p t))
|
|
|
(goto-char end)
|
|
|
(set-mark (point)) ;; to activate the region
|
|
|
(goto-char beg)
|
|
@@ -544,7 +544,7 @@ when PUB-DIR is set, use this as the publishing directory."
|
|
|
(rbeg (and region-p (region-beginning)))
|
|
|
(rend (and region-p (region-end)))
|
|
|
(subtree-p
|
|
|
- (if (plist-get opt-plist :ignore-subree-p)
|
|
|
+ (if (plist-get opt-plist :ignore-subtree-p)
|
|
|
nil
|
|
|
(when region-p
|
|
|
(save-excursion
|