From 7b121ca3fe893af2d51946223977a71baa474025 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 21 Jan 2019 17:13:06 +0100 Subject: [PATCH] Update the workflow. All Elisp code is now in source blocks and can therefore be executed. --- work-notes.org | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/work-notes.org b/work-notes.org index 74b7907..4adb164 100644 --- a/work-notes.org +++ b/work-notes.org @@ -1,15 +1,25 @@ #+TITLE: Some Technicalities about Building My Work Page * Workflow - 1. Remove all timestamps and load [[file:work.el][=work.el=]]. + 1. Load [[file:work.el][=work.el=]]. #+BEGIN_SRC elisp - (org-publish-remove-all-timestamps) (load-file "~/Candies/Sites/work/work.el") #+END_SRC 2. Open [[file:index.org][=index.org=]] and publish the current project. - 3. Run [[file:deploy][=deploy=]] from within the lab wired network. + 3. Remove all timestamps. + #+BEGIN_SRC elisp + (org-publish-remove-all-timestamps) + #+END_SRC + + 4. Reopen [[file:index.org][=index.org=]] and republish the current project to get the + updated timestamp. + + 5. Run [[file:deploy-seafile][=deploy-seafile=]]. + + 6. Run =nix-shell shell-seafile.nix= and, within it, + =seafile-applet= to sync the changes to the server. * Removing the publish cache Org-publish will not detect files being deleted from the output. To