Display actual image size when inlining them
This commit is contained in:
parent
cca1362e11
commit
378ec95910
@ -328,6 +328,13 @@ This cause the orgmode tables not to be well aligned.
|
||||
(setq tdh-org-latex-fragment-last begin))))))
|
||||
#+end_src
|
||||
|
||||
** Org Inline Images
|
||||
Display the real size of images and not the one set with =attr_latex: :width \linewidth= for instance.
|
||||
#+begin_src emacs-lisp
|
||||
(after! org
|
||||
(setq org-image-actual-width t))
|
||||
#+end_src
|
||||
|
||||
** Org Links
|
||||
#+begin_src emacs-lisp
|
||||
(after! org
|
||||
|
Loading…
Reference in New Issue
Block a user