目前找到这个,但仅能设置.org文件内显示的图片尺寸。
;;if there is a #+ATTR.*: width="200", resize to 200, otherwise resize to 400
(setq org-image-actual-width '(400))
还是不知道怎么设置全局的HTML、LaTeX图片尺寸。
参考:https://lists.gnu.org/archive/html/emacs-orgmode/2012-08/msg01402.html
目前找到这个,但仅能设置.org文件内显示的图片尺寸。
;;if there is a #+ATTR.*: width="200", resize to 200, otherwise resize to 400
(setq org-image-actual-width '(400))
还是不知道怎么设置全局的HTML、LaTeX图片尺寸。
参考:https://lists.gnu.org/archive/html/emacs-orgmode/2012-08/msg01402.html