work-notes.el: Silence the results of Elisp code blocks.

This commit is contained in:
Sergiu Ivanov 2019-11-18 17:37:17 +01:00
parent bee5a64ad5
commit 227585b0ee
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
* Workflow
1. Load [[file:work.el][=work.el=]].
#+BEGIN_SRC elisp
#+BEGIN_SRC elisp :results none
(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
#+BEGIN_SRC elisp :results none
(org-publish-remove-all-timestamps)
#+END_SRC