From 0701ae3457c01230b14181a48465c1eb2851e522 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Wed, 16 Nov 2016 09:59:33 +0800 Subject: [PATCH] emacs - org-mode make it allow to resize the inline-image --- emacs.d/config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index a027b14..904ba56 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -728,7 +728,8 @@ Always indents header, and hide header leading starts so that no need type =#+ST ;; open link when return clicked (setq org-return-follows-link t) ;; open the ppt file by external open instead of emacs - (add-to-list 'org-file-apps '("\\.pptx" . "open %s"))) + (add-to-list 'org-file-apps '("\\.pptx" . "open %s")) + (setq org-image-actual-width nil)) #+END_SRC -- 2.11.0