From 227585b0ee8ced8a413495602d524c439e43b523 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 18 Nov 2019 17:37:17 +0100 Subject: [PATCH] work-notes.el: Silence the results of Elisp code blocks. --- work-notes.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/work-notes.org b/work-notes.org index 1882c67..bccf2c2 100644 --- a/work-notes.org +++ b/work-notes.org @@ -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