diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-25 17:39:10 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-25 17:39:10 -0800 |
commit | 82f41dfb0de5bd5a9a018a9ca3e50613f2bccf8b (patch) | |
tree | 81cc1d68c47f08cc7e4dbef54854067758e327a6 /index.org | |
parent | bb30a8b92f1dac2e08bd6ec7014f8c6ce7b359db (diff) |
able to run stem code due to org-babel-execute!
Diffstat (limited to 'index.org')
-rw-r--r-- | index.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |