From 206558f6070d18779c45de343e7028b8ff02e4f7 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sun, 17 Jul 2016 09:41:25 +0800 Subject: [PATCH] emacs - add temp folder --- emacs.d/.gitignore | 3 ++- emacs.d/config.org | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/emacs.d/.gitignore b/emacs.d/.gitignore index 69e889d..5b7a836 100644 --- a/emacs.d/.gitignore +++ b/emacs.d/.gitignore @@ -16,4 +16,5 @@ emms/* smex-items eshell/* bookmarks -network-security.data \ No newline at end of file +network-security.data +temp/* \ No newline at end of file diff --git a/emacs.d/config.org b/emacs.d/config.org index bbef0d1..32f376a 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -2277,7 +2277,7 @@ To fix some issue that =toolbar-make-button-list= is void, see the [[https://git #+END_SRC Use =gnuplot= on =Org-mode= file, see [[http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.html][ob-doc-gnuplot]] -#+BEGIN_SRC gnuplot :exports code :file file.png +#+BEGIN_SRC gnuplot :exports code :file ./temp/file.png reset set title "Putting it All Together" @@ -2299,7 +2299,7 @@ Use =gnuplot= on =Org-mode= file, see [[http://orgmode.org/worg/org-contrib/babe #+END_SRC #+RESULTS: -[[file:file.png]] +[[file:./temp/file.png]] * Blog #+BEGIN_SRC emacs-lisp :tangle yes :results silent -- 2.11.0