summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-04-17 17:00:22 +0200
committermms <michal@sapka.me>2024-04-17 17:00:22 +0200
commite1718f9c372a2e8773d96964d825f6feb886bf4f (patch)
tree664299b8821136330faacb9d2f407346358f0f16
parent2e32cf5c18c2f22938e6d37a5cf28b941a69fc94 (diff)
fix: redirects
-rw-r--r--content-org/emacs.org22
-rw-r--r--content/emacs/elfeed-literate-config.md1
-rw-r--r--content/emacs/emacs-as-a-shell.md1
-rw-r--r--content/emacs/input-completition-in-emacs.md1
-rw-r--r--content/emacs/moving-my-rss-reading-to-emacs-with-elfeed.md3
-rw-r--r--content/emacs/notmuch.md3
6 files changed, 18 insertions, 13 deletions
diff --git a/content-org/emacs.org b/content-org/emacs.org
index 71d00bb..8b1c6a5 100644
--- a/content-org/emacs.org
+++ b/content-org/emacs.org
@@ -17,9 +17,9 @@
CLOSED: [2023-05-26 Wed 23:00]
:PROPERTIES:
:EXPORT_FILE_NAME: input-completition-in-emacs
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract Icomplete, IDO and FIDO
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract Icomplete, IDO and FIDO
:EXPORT_HUGO_MENU_OVERRIDE: :name "Input completition (Icomplete, IDO, and FIDO)"
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: aliases '(/2023/input-completition-in-emacs/)
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/2023/input-completition-in-emacs/)
:END:
Emacs consists of a massive set of tools with a long history.
Therefore, whatever the problem is, someone likely has already created a package for it.
@@ -397,10 +397,10 @@ If you are interested in the subject, you can look at much more details sources:
CLOSED: [2023-05-19 Wed 23:00]
:PROPERTIES:
:EXPORT_FILE_NAME: moving-my-rss-reading-to-emacs-with-elfeed
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract Setting up config inside an org file
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract Setting up config inside an org file
:EXPORT_HUGO_PAIRED_SHORTCODES: img-c
:EXPORT_HUGO_MENU_OVERRIDE: :identifier "elfeed" :name "Following RSS with Elfeed"
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: aliases '(/2023/moving-my-rss-reading-to-emacs-with-elfeed/)
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/2023/moving-my-rss-reading-to-emacs-with-elfeed/)
:END:
Since Emacs became my shell of choice[fn:1], I am abandoning more and more dedicated applications in favor of different packages.
As it turns out, Emacs packages are very feature rich.
@@ -474,9 +474,9 @@ Elfeed has a few packages expanding its functionality, but I found the default b
CLOSED: [2023-06-02 Wed 23:00]
:PROPERTIES:
:EXPORT_FILE_NAME: elfeed-literate-config
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract Setting up config inside an org file
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract Setting up config inside an org file
:EXPORT_HUGO_MENU_OVERRIDE: :parent "elfeed" :name "Literate configuration"
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: aliases '(/2023/elfeed-literate-config/)
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/2023/elfeed-literate-config/)
:END:
Recently I've been toying with a literate configuration[fn:literate] of Emacs.
My init.el took a straightforward form:
@@ -543,9 +543,9 @@ Much more readable! Elfeed-org will ignore the entire outer tree and extract the
CLOSED: [2023-07-03 Wed 23:00]
:PROPERTIES:
:EXPORT_FILE_NAME: notmuch
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract My email based workflow for GitHub Pull Review Requests
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract My email based workflow for GitHub Pull Review Requests
:EXPORT_HUGO_MENU_OVERRIDE: :name "Reading and automating email using Notmuch"
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: aliases '(/2023/notmuch/)
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/2023/notmuch/)
:END:
Web email interfaces have taken over the world a long time ago.
Except for Outlook users, only a few people even consider using an actual application for it.
@@ -1000,8 +1000,8 @@ We need to use =eww= to open the page and we can get the URL from there.
CLOSED: [2023-04-13 Wed 23:00]
:PROPERTIES:
:EXPORT_FILE_NAME: emacs-as-a-shell
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract My current understanding of Emacs
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: aliases '(/2023/emacs-as-a-shell/)
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract My current understanding of Emacs
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/2023/emacs-as-a-shell/)
:END:
Pavel Korytov writes in his [[https://sqrtminusone.xyz/posts/2023-04-13-emacs/][recent post]];
@@ -1027,7 +1027,7 @@ So, when you look at it this way, Emacs makes a lot of sense:
CLOSED: [2023-12-26 Tue 22:12]
:PROPERTIES:
:EXPORT_FILE_NAME: whys-of-emacs
-:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract My reasons for using Emacs
+:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract My reasons for using Emacs
:END:
I have used many editors over the years.
I've started with Notepad, then moved to Notepad++, Sublime Text, IntelliJ, and VS Code.
diff --git a/content/emacs/elfeed-literate-config.md b/content/emacs/elfeed-literate-config.md
index 9750261..d2dd3e0 100644
--- a/content/emacs/elfeed-literate-config.md
+++ b/content/emacs/elfeed-literate-config.md
@@ -5,6 +5,7 @@ date = 2023-06-02T23:00:00+02:00
categories = ["emacs"]
draft = false
weight = 2005
+abstract = "Setting up config inside an org file"
aliases = ["/2023/elfeed-literate-config/"]
[menu]
[menu.emacs]
diff --git a/content/emacs/emacs-as-a-shell.md b/content/emacs/emacs-as-a-shell.md
index 5d6218b..047dc4f 100644
--- a/content/emacs/emacs-as-a-shell.md
+++ b/content/emacs/emacs-as-a-shell.md
@@ -5,6 +5,7 @@ date = 2023-04-13T23:00:00+02:00
categories = ["emacs"]
draft = false
weight = 2001
+abstract = "My current understanding of Emacs"
aliases = ["/2023/emacs-as-a-shell/"]
[menu]
[menu.emacs]
diff --git a/content/emacs/input-completition-in-emacs.md b/content/emacs/input-completition-in-emacs.md
index 24108e8..f7747a1 100644
--- a/content/emacs/input-completition-in-emacs.md
+++ b/content/emacs/input-completition-in-emacs.md
@@ -5,6 +5,7 @@ date = 2023-05-26T23:00:00+02:00
categories = ["emacs"]
draft = false
weight = 2001
+abstract = "Icomplete, IDO and FIDO"
aliases = ["/2023/input-completition-in-emacs/"]
[menu]
[menu.emacs]
diff --git a/content/emacs/moving-my-rss-reading-to-emacs-with-elfeed.md b/content/emacs/moving-my-rss-reading-to-emacs-with-elfeed.md
index c68833f..a713400 100644
--- a/content/emacs/moving-my-rss-reading-to-emacs-with-elfeed.md
+++ b/content/emacs/moving-my-rss-reading-to-emacs-with-elfeed.md
@@ -5,7 +5,8 @@ date = 2023-05-19T23:00:00+02:00
categories = ["emacs"]
draft = false
weight = 2004
-abstract = "Setting up config inside an org file aliases '(/2023/moving-my-rss-reading-to-emacs-with-elfeed/)"
+abstract = "Setting up config inside an org file"
+aliases = ["/2023/moving-my-rss-reading-to-emacs-with-elfeed/"]
[menu]
[menu.emacs]
weight = 2004
diff --git a/content/emacs/notmuch.md b/content/emacs/notmuch.md
index 80ce968..40e5989 100644
--- a/content/emacs/notmuch.md
+++ b/content/emacs/notmuch.md
@@ -5,7 +5,8 @@ date = 2023-07-03T23:00:00+02:00
categories = ["emacs"]
draft = false
weight = 2006
-abstract = "My email based workflow for GitHub Pull Review Requests aliases '(/2023/notmuch/)"
+abstract = "My email based workflow for GitHub Pull Review Requests"
+aliases = ["/2023/notmuch/"]
[menu]
[menu.emacs]
weight = 2006