Skip to content

bergey/org-babel-diagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

I am not maintaining this project. If you would like to adopt it, please drop me a line, and I'll hand it over.

Install

  • Put ob-diagrams.el somewhere on your load-path
  • Add (require 'ob-diagrams) to your .emacs.el
  • At the command-line, run cabal install diagrams-builder -fcairo

Examples

Enter the following into an org-mode file:

#+BEGIN_SRC diagrams :file circle.svg :width 400
dia = circle 1 # fc cyan
#+END_SRC

Inline Viewing

With point inside the source block, type C-c C-v e (or M-x org-babel-execute-maybe). The result should look like this:

#+RESULTS:
[[file:circle.svg]]

Except that org-mode will remove the square brackets and linkify the file link. Put point over the link and type C-c C-o (or M-x org-open-at-point). to see the image. Or use M-x org-display-inline-images to see the result inline, in place of the link.

Header Arguments

For each source block, a filename must be specified. diagrams-builder-cairo takes the file format from the file extension. diagrams-builder-cairo will render whatever is specified as dia in each block. org-babel-diagrams defaults to width 300 if it is not specified at the start of the source block.

LaTeX Export

For export to LaTeX, set all filename extensions to .ps (for oldschool latex -> dvips route) or .pdf (for pdflatex).

Configuration

If you do not have diagrams-builder-cairo installed on your path, customize org-diagrams-executable.

Contributing

Holler if you use this code, and want particular features. Of course, patches and pull requests are always welcome.

About

embed haskell diagrams in emacs org-mode files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •