diff options
author | Sacha Chua <sacha@sachachua.com> | 2020-10-23 00:52:23 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2020-10-23 00:57:35 -0400 |
commit | 1b389e01ce4db896a1882858131207845a890460 (patch) | |
tree | 5ec71eee2dc68e95d749ecfb9ac279a2a91e2717 /2020/Makefile | |
parent | 6738dce6a99f3863b5257e08a1af997349eb134d (diff) | |
download | emacsconf-wiki-1b389e01ce4db896a1882858131207845a890460.tar.xz emacsconf-wiki-1b389e01ce4db896a1882858131207845a890460.zip |
Copyright and nav links
Diffstat (limited to '')
-rw-r--r-- | 2020/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2020/Makefile b/2020/Makefile new file mode 100644 index 00000000..1a42e852 --- /dev/null +++ b/2020/Makefile @@ -0,0 +1,2 @@ +schedule-files: + emacsclient --eval '(progn (with-current-buffer (find-file "submissions.org") (org-babel-execute-buffer) (conf/generate-schedule-files)))' |