0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-03-30 12:48:08 +02:00
commit e65be54b91

View file

@ -5516,7 +5516,7 @@ The following commands are available:
(when org-startup-align-all-tables
(org-table-map-tables #'org-table-align t))
(when org-startup-with-inline-images (org-display-inline-images))
(when org-startup-with-latex-preview (org-toggle-latex-fragment))
(when org-startup-with-latex-preview (org-toggle-latex-fragment '(16)))
(unless org-inhibit-startup-visibility-stuff (org-set-startup-visibility))
(when org-startup-truncated (setq truncate-lines t))
(when org-startup-indented (require 'org-indent) (org-indent-mode 1))