From: Bastien Guerry Date: Sun, 27 Jan 2013 14:21:29 +0000 (+0100) Subject: Fix commit eab0cd X-Git-Tag: release_8.0-pre~491 X-Git-Url: https://repo.or.cz/w/org-mode.git/commitdiff_plain/d6c3bd9c426d32e4ec8b1dd0af6e44bcb24aaa4b Fix commit eab0cd Thanks to Florian for spotting this... --- diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el index b96dc344d..1c70f21f6 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)