From 82f41dfb0de5bd5a9a018a9ca3e50613f2bccf8b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 25 Jan 2024 17:39:10 -0800 Subject: able to run stem code due to org-babel-execute! --- index.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.org') diff --git a/index.org b/index.org index 49a4049..2d3c2a9 100644 --- a/index.org +++ b/index.org @@ -62,7 +62,7 @@ website: #+begin_src shell :exports code :results silent cd ~/org/website git add . -git commit -m "edit recursion article mindmap" +git commit -m "able to run stem code due to org-babel-execute!" git push github main rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ #+end_src -- cgit