emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Orgmode Latex Export with Babel/LilyPond


From: Jakob Schöttl
Subject: [O] Orgmode Latex Export with Babel/LilyPond
Date: Sat, 20 Apr 2019 14:04:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Hi,

I'm trying (second attempt), to setup orgmode to export PDFs with images generated by Babel/LilyPond.

I followed the setup instructions here:

https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lilypond.html

I have

a recent emacs (Arch Linux),

~/.emacs file with

(org-babel-do-load-languages
  'org-babel-load-languages
  '((lilypond t)))

(although I saw many other snippets where there is a "." between the (lilypond t)). I tried both variants.

I tried also tried (require 'lilypond) instead org-babel-do-load-languages which caused an error.

I pressed C-c C-e l p -> "PDF file produced."

But no images are generated and no images appear in the PDF. Only plain source code.

Any ideas?
Thank you!

- Jakob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]