www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Emacs - Org Babel with D

reply Peter Williamson <petewil00 hotmail.com> writes:
Has anyone successfully set up org-babel to use D?
I tried following the instructions here: 
https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-C.html

However, I get an error telling me that it can't seem to find the 
D compiler.
"No org-babel-execute function for D!"

M-x customize-group org-babel
is the recommended solution, but that the customize buffer 
doesn't seem to be letting me edit anything...
Apr 25
parent Peter Williamson <petewil00 hotmail.com> writes:
On Thursday, 25 April 2024 at 20:00:30 UTC, Peter Williamson 
wrote:
 Has anyone successfully set up org-babel to use D?
 I tried following the instructions here: 
 https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-C.html

 However, I get an error telling me that it can't seem to find 
 the D compiler.
 "No org-babel-execute function for D!"

 M-x customize-group org-babel
 is the recommended solution, but that the customize buffer 
 doesn't seem to be letting me edit anything...
It looks like some of my packages are interfering with customize-group, everything worked properly when I ran emacs with -q.
Apr 25