summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorIhor Radchenko <yantar92@posteo.net>2024-08-18 12:05:39 +0200
committerIhor Radchenko <yantar92@posteo.net>2024-08-18 12:05:39 +0200
commitb128d2be817b15748c1e4b47d3eedd91daf70fbd (patch)
treee808d223c1b20d6416dddb79554f305c583dd912 /etc
parent5ebd973e09d7a46d056f1cd9b5efc44e878cce9c (diff)
etc/ORG-NEWS (Alignment of image previews can be customized): Add missing entry
Diffstat (limited to 'etc')
-rw-r--r--etc/ORG-NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 22212fa6d..eeab970e3 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -284,6 +284,26 @@ respected.
Images dropped also respect the value of ~org-yank-image-save-method~
when ~org-yank-dnd-method~ is =attach=.
+*** Alignment of image previews can be customized
+
+Previously, all the image previews where always left-aligned.
+
+Now, you can customize image previews to be left-aligned, centered, or right-aligned.
+
+The customization can be done globally, via ~org-image-align~, or per
+image, using =#+attr_...:=. Example:
+
+: #+attr_org: :align center
+: [[/path/to/image/file/png]]
+:
+: or
+:
+: #+attr_org: :center t
+: [[/path/to/image/file/png]]
+
+When =#+attr_org= is not present, ~:align~ and ~:center~ attributes
+from other =#+attr_...:= keywords will be used.
+
*** =id:= links support search options; ~org-id-store-link~ adds search option by default
Adding search option by ~org-id-store-link~ can be disabled by setting