work-notes.el: Silence the results of Elisp code blocks.
This commit is contained in:
parent
bee5a64ad5
commit
227585b0ee
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
* Workflow
|
* Workflow
|
||||||
1. Load [[file:work.el][=work.el=]].
|
1. Load [[file:work.el][=work.el=]].
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp :results none
|
||||||
(load-file "~/Candies/Sites/work/work.el")
|
(load-file "~/Candies/Sites/work/work.el")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
2. Open [[file:index.org][=index.org=]] and publish the current project.
|
2. Open [[file:index.org][=index.org=]] and publish the current project.
|
||||||
|
|
||||||
3. Remove all timestamps.
|
3. Remove all timestamps.
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp :results none
|
||||||
(org-publish-remove-all-timestamps)
|
(org-publish-remove-all-timestamps)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue