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