1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2024-12-14 11:07:30 +00:00
Commit graph

6 commits

Author SHA1 Message Date
Akira Komamura
629afa4408 feat: Add selectHeadlines function 2022-01-02 16:22:04 +09:00
Akira Komamura
3f27b47528 feat: Add a set of more concisely named functions
The former naming was ugly, so I will deprecate it.

It is recommended to use these functions via a qualified import.
2022-01-02 15:38:35 +09:00
Akira Komamura
d3c44b7fec fix!: Provide the file writer in an overlay
builtins.toFile doesn't work in pure evaluation mode. It must use
a function from nixpkgs, so it should be provided in an overlay.
2021-12-12 05:18:46 +09:00
Akira Komamura
3ca9905d0b feat: Add a convenient function for creating a file 2021-12-03 23:14:31 +09:00
Akira Komamura
8800ab972c fix: Fix importing mistake 2021-12-03 23:11:52 +09:00
Akira Komamura
16c3622825 Initial commit 2021-12-03 22:44:34 +09:00