summary refs log tree commit diff
diff options
context:
space:
mode:
authorCrazazy2024-12-17 14:45:15 +0100
committerCrazazy2024-12-17 14:45:15 +0100
commit782ba9e73d028a079c90060ac7c893413642525a (patch)
tree06a75075ca0134787601b25a378fe8fdd98df130
parent5d2eb3a158ca7eac9c6bee3d027be5cd9660b331 (diff)
port the updating of org files to the old folder HEAD master
-rw-r--r--readme.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.org b/readme.org
index 5b06eae..9e090a2 100644
--- a/readme.org
+++ b/readme.org
@@ -8,7 +8,7 @@ In this document I'm mostly going to set up some prerequisites for tangling othe
 * Maintenance links :noexport:
   This is for the org-mode side only
   It is assumed that you have nix and emacs installed for this config to work. You can tangle all files [[elisp:(dolist (i (directory-files (file-name-directory (buffer-file-name (current-buffer))) t "\\.org$")) (org-babel-tangle-file i))][with this lisp]]
-  You can export all org files to html with a [[shell:(for i in *.org; do emacs -Q $i --batch --eval "(org-html-export-to-html)"; done; rm style.html*; scp *.html town:public_html/) &][this small script]]
+  You can export all org files to html with a [[shell:(for i in *.org; do emacs -Q $i --batch --eval "(org-html-export-to-html)"; done; rm style.html*; scp *.html town:public_html/old/) &][this small script]]
   You can then install required dependencies with [[shell:./bootstrap.sh &][the bootstrap link]]
 * Dependencies
   Dependencies are handled by [[https://github.com/nmattia/niv][niv]]. I have put the dependencies in a shell file, rather than the output