1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2025-03-16 05:18:14 +00:00

docs(readme): Update the description

This commit is contained in:
Akira Komamura 2022-02-06 00:58:42 +09:00
parent a20daf701c
commit 12460561ff

View file

@ -1,5 +1,5 @@
* nix-org-babel * nix-org-babel
This is a quick and dirty implementation of =org-babel-tangle= in Nix. This is an implementation of =org-babel-tangle= in Nix.
Given an Org string, it extracts the contents of source blocks of a particular language. Given an Org string, it extracts the contents of source blocks of a particular language.
** Rationale ** Rationale
[[https://github.com/talyz/fromElisp][talyz/fromElisp]] provides support for Org, and it is also part of [[https://github.com/nix-community/emacs-overlay][emacs-overlay]], which apparently is used by many people for their own configs. [[https://github.com/talyz/fromElisp][talyz/fromElisp]] provides support for Org, and it is also part of [[https://github.com/nix-community/emacs-overlay][emacs-overlay]], which apparently is used by many people for their own configs.