在组织模式下缩小嵌入式图像


11

我曾经能够按以下方式在组织模式下按比例缩小嵌入式图像

#+attr_html: :width 650 px
[[file:~/org/def/202a3-9.jpeg]]

但是现在它不再起作用了,大概是因为对8.3.5进行了更新。该怎么办?


您所拥有的将在HTML导出中缩放图像,而不是在组织缓冲区中缩放。当工作正常时,您缺乏有关org / emacs版本的信息;而当工作无效时,您缺乏相关信息,则无法帮助任何人帮助您解决此问题。
考沙尔·莫迪

Answers:


12

在emacs初始化文件中设置选项:

(setq org-image-actual-width nil)

并在图像链接上添加此属性:

#+NAME: fig:figure name
#+CAPTION: figure name
#+ATTR_ORG: :width 200/250/300/400/500/600
#+ATTR_LATEX: :width 2.0in
#+ATTR_HTML: :width 200/250/300/400/500/600px
[[file:./file.png]]

我更新了答案。
stardiviner

有时我会根据每个文件设置org-image-actual-width。
dmg

不能:width一次为所有格式设置属性吗?
AlwaysLearning

#+NAME对我没有任何帮助 图的标签仍会自动生成...
AlwaysLearning '18

您可以使用“缓冲区本地范围”属性。我不知道有没有选择可以做到这一点。但是您可以浏览源代码。
stardiviner

-2

一些测试似乎表明,在#解决问题之前仅添加一个空格即可。看起来像个虫子。也许您应该将其报告给组织列表。


奇怪的是,这对我不起作用。
Toothrot '16

-版本8.3.5。
Toothrot

[我已版本8.3.4
雷米
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.