mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
guide: need to be able to generate gnuplot output directly
This commit is contained in:
parent
07b73c4b4e
commit
db664af6ee
@ -19,7 +19,8 @@
|
|||||||
(setq org-confirm-babel-evaluate nil)
|
(setq org-confirm-babel-evaluate nil)
|
||||||
(org-babel-do-load-languages
|
(org-babel-do-load-languages
|
||||||
'org-babel-load-languages
|
'org-babel-load-languages
|
||||||
'((shell . t)))
|
'((shell . t)
|
||||||
|
(gnuplot . t)))
|
||||||
;; This sets a default :file tag, set to a unique filename. I want each demo to
|
;; This sets a default :file tag, set to a unique filename. I want each demo to
|
||||||
;; produce an image, but I don't care what it is called. I omit the :file tag
|
;; produce an image, but I don't care what it is called. I omit the :file tag
|
||||||
;; completely, and this advice takes care of it
|
;; completely, and this advice takes care of it
|
||||||
|
Loading…
Reference in New Issue
Block a user