mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Merge branch 'bugfix'
This commit is contained in:
commit
460c1a3524
@ -548,7 +548,8 @@ for the duration of the command.")
|
||||
(setq header-line-format org-previous-header-line-format)
|
||||
(kill-local-variable 'org-previous-header-line-format)
|
||||
(remove-hook 'post-command-hook #'org-columns-hscroll-title 'local))
|
||||
(set-marker org-columns-begin-marker nil)
|
||||
(when (markerp org-columns-begin-marker)
|
||||
(set-marker org-columns-begin-marker nil))
|
||||
(when (markerp org-columns-top-level-marker)
|
||||
(set-marker org-columns-top-level-marker nil))
|
||||
(with-silent-modifications
|
||||
|
Loading…
Reference in New Issue
Block a user