From b3b75b78097bcc47ed8fcfbda54cce9ce1332ef9 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Tue, 1 Sep 2020 00:25:49 +0200 Subject: [PATCH] Adding a note to the blog posts This makes it generic, no need to install htmlize --- posts/misc/welcome-back-to-the-old-world.org | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/posts/misc/welcome-back-to-the-old-world.org b/posts/misc/welcome-back-to-the-old-world.org index fceaaa9..393fa2a 100644 --- a/posts/misc/welcome-back-to-the-old-world.org +++ b/posts/misc/welcome-back-to-the-old-world.org @@ -2,7 +2,7 @@ .. title: Welcome back to the old world .. date: 2020-08-31 .. slug: welcome-back-to-the-old-world -.. updated: 2020-08-31 +.. updated: 2020-09-01 .. status: published .. tags: blog, orgmode, nikola, emacs, rst .. category: misc @@ -158,6 +158,17 @@ Okay, that's what's trying to load /htmlize/. Let's try to add it to the =load-p (package-initialize) #+END_SRC +#+BEGIN_EXPORT html +
+

Note

+#+END_EXPORT +In my case, the path to =htmlize= is =~/.emacs.d/.local/straight/build/htmlize=. + +If you don't have it installed, simply =git clone= the repository in a directory and =load-path= that path. +#+BEGIN_EXPORT html +
+#+END_EXPORT + Now, let's try /Nikola/. #+BEGIN_EXAMPLE