summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-02-27 11:42:56 +0100
committerfpi2020-02-27 11:43:29 +0100
commit13c9e0b0e31eae4555ef2b4ee909dae8590df033 (patch)
tree24eb5d288b147210ae58ba35f6e0e141ba4fd823 /emacs-init.org
parentDisable org-attach-git. git-annex assistant is better (diff)
Automatically resize inline org images to 400px
Diffstat (limited to '')
-rw-r--r--emacs-init.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org
index ef671fa..c14a915 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -1566,6 +1566,8 @@ Hansen's]] configs.
times should stay separate in the =LOGBOOK= drawer.
- Align tags left :: Fixes problems with line breaking on small
window width.
+ - Inline image width :: Resize images to 400px but respect width
+ specifications in attribute lines.
#+begin_src emacs-lisp
(use-package org
@@ -1613,6 +1615,7 @@ Hansen's]] configs.
(org-log-state-notes-into-drawer "NOTES")
(org-clock-into-drawer "LOGBOOK")
(org-tags-column 0)
+ (org-image-actual-width '(400))
:config
(add-hook 'org-mode-hook 'turn-on-org-cdlatex)
(add-to-list 'org-structure-template-alist (cons "f" "figure"))