Update on forcing the publishing, ignoring the timestamps.
This commit is contained in:
parent
31b9c313a7
commit
9ce0d94df1
1 changed files with 15 additions and 13 deletions
|
@ -16,20 +16,14 @@
|
|||
(load-file "~/Candies/Sites/work/work.el")
|
||||
#+END_SRC
|
||||
|
||||
2. Open [[file:index.org][index.org]] and publish the current project.
|
||||
|
||||
3. Remove all timestamps.
|
||||
#+BEGIN_SRC elisp :results none
|
||||
(org-publish-remove-all-timestamps)
|
||||
#+END_SRC
|
||||
|
||||
4. Reopen [[file:index.org][index.org]] and republish the current project to get the
|
||||
updated timestamp, or run the following snippet:
|
||||
2. Open [[file:index.org][index.org]] and publish the current project with a prefix
|
||||
(=C-u=) to get the updated timestamp, or run the following
|
||||
snippet:
|
||||
#+BEGIN_SRC elisp :results silent
|
||||
(org-publish-project "work-site")
|
||||
(org-publish-project "work-site" t)
|
||||
#+END_SRC
|
||||
|
||||
5. Go to https://entrepot.ibisc.univ-evry.fr/ and upload the files
|
||||
3. Go to https://entrepot.ibisc.univ-evry.fr/ and upload the files
|
||||
and directories from [[file:www/][www/]] to the folder =ivanov-page-perso=.
|
||||
|
||||
The username to login to the entrepôt is
|
||||
|
@ -41,10 +35,18 @@
|
|||
whole site.
|
||||
#+BEGIN_SRC elisp :results silent
|
||||
(load-file "~/Candies/Sites/work/work.el")
|
||||
(org-publish-remove-all-timestamps)
|
||||
(org-publish-project "work-site")
|
||||
(org-publish-project "work-site" t)
|
||||
#+END_SRC
|
||||
|
||||
* Forcing Org-mode to ignore the timestamps <2021-11-20> :old:
|
||||
Before today, I used to need to call
|
||||
#+BEGIN_SRC elisp :results silent
|
||||
(org-publish-remove-all-timestamps)
|
||||
#+END_SRC
|
||||
in order to force Org-mode to export every file. Now, this can be
|
||||
done by setting the =FORCE= argument of =org-publish-project= to
|
||||
=t=, as seen in the above code blocks.
|
||||
|
||||
* Seafile problem <2020-02-17 Mon> :old:
|
||||
** Problem
|
||||
After another update, Seafile started telling me this when I tried
|
||||
|
|
Loading…
Reference in a new issue