Compare commits

..

2 Commits

Author SHA1 Message Date
ce4cb798fc
Fix typo in comment 2025-10-31 09:58:46 +01:00
5e9b23f1b8
Display Org images by default
When images are used, they should be displayed, shouldn't they?  And when images are not wide enough
to fill the complete text width (= fill-column), I find it nicer to display them centered.
2025-10-31 09:57:33 +01:00

View File

@ -788,9 +788,7 @@ split horizontally again, but this extra work should not matter much."
org-log-done 'note org-log-done 'note
org-clone-delete-id t org-clone-delete-id t
org-fold-catch-invisible-edits 'show-and-error org-fold-catch-invisible-edits 'show-and-error
org-fold-show-context-detail '((default . lineage)) ; reveal more context by org-fold-show-context-detail '((default . lineage)) ; reveal more context by default, to avoid incompletely revealed items
; default, to avoid
; incompletly revealed items
org-M-RET-may-split-line '((default . nil)) org-M-RET-may-split-line '((default . nil))
org-highlight-latex-and-related '(latex) org-highlight-latex-and-related '(latex)
org-use-sub-superscripts '{} org-use-sub-superscripts '{}
@ -808,6 +806,8 @@ split horizontally again, but this extra work should not matter much."
org-id-link-to-org-use-id t org-id-link-to-org-use-id t
org-return-follows-link nil org-return-follows-link nil
org-hide-emphasis-markers t org-hide-emphasis-markers t
org-startup-with-inline-images t
org-image-align 'center
org-blank-before-new-entry '((heading . t) org-blank-before-new-entry '((heading . t)
(plain-list-item . auto)) (plain-list-item . auto))