emacs - org-mode make it allow to resize the inline-image
authorPeng Li <seudut@gmail.com>
Wed, 16 Nov 2016 01:59:33 +0000 (09:59 +0800)
committerPeng Li <seudut@gmail.com>
Wed, 16 Nov 2016 01:59:33 +0000 (09:59 +0800)
emacs.d/config.org

index a027b14..904ba56 100644 (file)
@@ -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