Run `org-cycle-hook' after `show-all' in indirect buffer
* lisp/org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook' after `show-all' in indirect buffer.
This commit is contained in:
parent
809318dd5b
commit
3268d3b48f
|
@ -6869,6 +6869,7 @@ frame is not changed."
|
|||
(narrow-to-region beg end)
|
||||
(show-all)
|
||||
(goto-char pos)
|
||||
(run-hook-with-args 'org-cycle-hook 'all))
|
||||
(and (window-live-p cwin) (select-window cwin))))
|
||||
|
||||
(defun org-get-indirect-buffer (&optional buffer)
|
||||
|
|
Loading…
Reference in New Issue