Created
November 30, 2018 23:01
-
-
Save nrolland/a3e47f7acecbfc9e060c1549e841a5e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env nix-shell | |
#! nix-shell -i "emacs --script" -p "pkgs.emacsWithPackages(epkgs: (with epkgs.melpaPackages; [ ox-gfm ]))" | |
#! nix-shell -I nixpkgs=channel:nixos-18.09 | |
(package-initialize) | |
(require 'org) | |
(require 'ox-gfm) | |
(org-gfm-publish-to-gfm nil "myorgfile.org" ".") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment