diff options
| author | Bastien Guerry <bzg@altern.org> | 2013-01-27 14:21:29 (GMT) |
|---|---|---|
| committer | Bastien Guerry <bzg@altern.org> | 2013-01-27 14:21:29 (GMT) |
| commit | d6c3bd9c426d32e4ec8b1dd0af6e44bcb24aaa4b (patch) | |
| tree | a2b086863aa9cad07faeb7753f3e56f60c664d1f | |
| parent | fe805ed97ca8e1aebb3ffd5806c985bbc0f3643f (diff) | |
| download | org-mode-d6c3bd9c426d32e4ec8b1dd0af6e44bcb24aaa4b.zip org-mode-d6c3bd9c426d32e4ec8b1dd0af6e44bcb24aaa4b.tar.gz | |
Fix commit eab0cd
Thanks to Florian for spotting this...
| -rw-r--r-- | lisp/ob-lilypond.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el index b96dc34..1c70f21 100644 --- 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) |
