[Emacs] Wider images in org-mode

This commit is contained in:
2020-12-24 22:19:20 +01:00
parent 734745a8e9
commit 5ee319212d

View File

@@ -2246,10 +2246,10 @@ Some other tweaks will make Org-mode more beautiful. This includes a new folding
org-ellipsis "") org-ellipsis "")
#+END_SRC #+END_SRC
Lets limit the width of images inlined in org buffers to 400px: Lets limit the width of images inlined in org buffers to 550px. It roughly corresponds to the width of a paragraph on which ~org-fill-paragraph~ is called.
#+NAME: beautiful-org-images #+NAME: beautiful-org-images
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq org-image-actual-width 400) (setq org-image-actual-width 550)
#+END_SRC #+END_SRC
Visually, I prefer to hide the markers of macros, so lets do that: Visually, I prefer to hide the markers of macros, so lets do that: