diff --git a/content/posts/2021-05-01-org-python.md b/content/posts/2021-05-01-org-python.md
index 80fe3db..827e62b 100644
--- a/content/posts/2021-05-01-org-python.md
+++ b/content/posts/2021-05-01-org-python.md
@@ -1,12 +1,12 @@
+++
title = "Replacing Jupyter Notebook with Org Mode"
-author = ["Pavel"]
+author = ["Pavel Korytov"]
date = 2021-05-01
tags = ["emacs", "org"]
draft = false
+++
-{{< figure src="/ox-hugo/screenshot.png" >}}
+{{< figure src="/ox-hugo/org-python-screenshot.png" >}}
## Why? {#why}
@@ -604,4 +604,4 @@ Also, the package isn't on MELPA, so you have to install it from the repo direct
:after ox)
```
-To (try to) do export, run `M-x ox-ipynb-export-org-file-ipynb-file`.
+To (try to) do export, run `M-x ox-ipynb-export-org-file-ipynb-file`.
\ No newline at end of file
diff --git a/content/posts/2021-09-07-emms.md b/content/posts/2021-09-07-emms.md
index df60015..533d3d8 100644
--- a/content/posts/2021-09-07-emms.md
+++ b/content/posts/2021-09-07-emms.md
@@ -8,7 +8,7 @@ draft = false
## Intro {#intro}
-{{< figure src="/ox-hugo/screenshot.png" >}}
+{{< figure src="/ox-hugo/emms-screenshot.png" >}}
This is the current state of my quest to live in Emacs, at least in part of reading RSS and music.
diff --git a/org/2021-05-01-org-python.org b/org/2021-05-01-org-python.org
index 700d174..4e9b477 100644
--- a/org/2021-05-01-org-python.org
+++ b/org/2021-05-01-org-python.org
@@ -12,7 +12,7 @@
#+PROPERTY: header-args:python+ :eval never-export
#+PROPERTY: header-args:emacs-lisp+ :eval never-export
-[[./images/org-python/screenshot.png]]
+[[./images/org-python/org-python-screenshot.png]]
* Why?
[[https://jupyter-notebook.readthedocs.io/en/stable/][Jupyter Notebook]] and its successor [[https://jupyterlab.readthedocs.io/en/stable/][Jupyter Lab]] providing an interactive development environment for many programming languages are in lots of ways great pieces of software.
diff --git a/org/2021-09-07-emms.org b/org/2021-09-07-emms.org
index 04d3f0b..a02b74c 100644
--- a/org/2021-09-07-emms.org
+++ b/org/2021-09-07-emms.org
@@ -7,7 +7,7 @@
#+HUGO_TAGS: elfeed
* Intro
-[[./images/emms/screenshot.png]]
+[[./images/emms/emms-screenshot.png]]
This is the current state of my quest to live in Emacs, at least in part of reading RSS and music.
diff --git a/org/images/emms/screenshot.png b/org/images/emms/emms-screenshot.png
similarity index 100%
rename from org/images/emms/screenshot.png
rename to org/images/emms/emms-screenshot.png
diff --git a/org/images/org-python/screenshot.png b/org/images/org-python/org-python-screenshot.png
similarity index 100%
rename from org/images/org-python/screenshot.png
rename to org/images/org-python/org-python-screenshot.png
diff --git a/public/ox-hugo/emms-screenshot.png b/public/ox-hugo/emms-screenshot.png
new file mode 100644
index 0000000..5705833
Binary files /dev/null and b/public/ox-hugo/emms-screenshot.png differ
diff --git a/public/ox-hugo/org-python-screenshot.png b/public/ox-hugo/org-python-screenshot.png
new file mode 100644
index 0000000..9b02f36
Binary files /dev/null and b/public/ox-hugo/org-python-screenshot.png differ
diff --git a/public/posts/2021-05-01-org-python/index.html b/public/posts/2021-05-01-org-python/index.html
index 2178729..0d4fa4c 100644
--- a/public/posts/2021-05-01-org-python/index.html
+++ b/public/posts/2021-05-01-org-python/index.html
@@ -59,7 +59,7 @@