diff --git a/content/posts/2021-05-01-org-python.md b/content/posts/2021-05-01-org-python.md index 1a51e34..80fe3db 100644 --- a/content/posts/2021-05-01-org-python.md +++ b/content/posts/2021-05-01-org-python.md @@ -3,7 +3,7 @@ title = "Replacing Jupyter Notebook with Org Mode" author = ["Pavel"] date = 2021-05-01 tags = ["emacs", "org"] -draft = true +draft = false +++ {{< figure src="/ox-hugo/screenshot.png" >}} diff --git a/org/2021-05-01-org-python.org b/org/2021-05-01-org-python.org index 3a68be1..700d174 100644 --- a/org/2021-05-01-org-python.org +++ b/org/2021-05-01-org-python.org @@ -2,7 +2,7 @@ #+HUGO_BASE_DIR: ../ #+TITLE: Replacing Jupyter Notebook with Org Mode #+DATE: 2021-05-01 -#+HUGO_DRAFT: true +#+HUGO_DRAFT: false #+HUGO_TAGS: emacs #+HUGO_TAGS: org #+PROPERTY: header-args:python :session *hugo*