emacs - add temp folder
authorPeng Li <seudut@gmail.com>
Sun, 17 Jul 2016 01:41:25 +0000 (09:41 +0800)
committerPeng Li <seudut@gmail.com>
Sun, 17 Jul 2016 01:41:25 +0000 (09:41 +0800)
emacs.d/.gitignore
emacs.d/config.org

index 69e889d..5b7a836 100644 (file)
@@ -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
index bbef0d1..32f376a 100644 (file)
@@ -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