projects
/
org-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fe805ed
)
Fix commit eab0cd
author
Bastien Guerry
<bzg@altern.org>
Sun, 27 Jan 2013 14:21:29 +0000 (15:21 +0100)
committer
Bastien Guerry
<bzg@altern.org>
Sun, 27 Jan 2013 14:21:29 +0000 (15:21 +0100)
Thanks to Florian for spotting this...
lisp/ob-lilypond.el
patch
|
blob
|
history
diff --git
a/lisp/ob-lilypond.el
b/lisp/ob-lilypond.el
index
b96dc34
..
1c70f21
100644
(file)
--- a/
lisp/ob-lilypond.el
+++ b/
lisp/ob-lilypond.el
@@
-154,7
+154,7
@@
specific arguments to =org-babel-tangle="
"-dinclude-eps-fonts "
(cond (ly-gen-png "--png ")
(ly-gen-pdf "--pdf ")
- (ly-gen-eps "--ps ")
+ (ly-use-eps "--ps ")
(t "--png "))
"--output="
(file-name-sans-extension out-file)