From 8e7e13d4e451b37f75d1f5a198356fab99b9c6fb Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Tue, 10 May 2022 21:29:26 +0300 Subject: [PATCH] fix: typo --- content/posts/2022-05-09-pdf.md | 3 ++- org/2022-05-09-pdf.org | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/posts/2022-05-09-pdf.md b/content/posts/2022-05-09-pdf.md index 376fa9c..890b3ed 100644 --- a/content/posts/2022-05-09-pdf.md +++ b/content/posts/2022-05-09-pdf.md @@ -1,5 +1,5 @@ +++ -title = "Extending elfeed entries with PDF viewer and subtitles fetcher" +title = "Extending elfeed with PDF viewer and subtitles fetcher" author = ["Pavel Korytov"] date = 2022-05-10 tags = ["emacs", "org-mode"] @@ -589,6 +589,7 @@ OVERWRITE is non-nil." (let* ((buffer (generate-new-buffer "youtube-transcripts")) (proc (start-process "youtube_transcript_api" buffer "youtube_transcript_api" video-id + "--languages" "en" "ru" "de" "--format" "webvtt"))) (set-process-sentinel proc diff --git a/org/2022-05-09-pdf.org b/org/2022-05-09-pdf.org index ceb77d0..6f1241d 100644 --- a/org/2022-05-09-pdf.org +++ b/org/2022-05-09-pdf.org @@ -1,6 +1,6 @@ #+HUGO_SECTION: posts #+HUGO_BASE_DIR: ../ -#+TITLE: Extending elfeed entries with PDF viewer and subtitles fetcher +#+TITLE: Extending elfeed with PDF viewer and subtitles fetcher #+DATE: 2022-05-10 #+HUGO_TAGS: emacs #+HUGO_TAGS: org-mode @@ -548,6 +548,7 @@ OVERWRITE is non-nil." (let* ((buffer (generate-new-buffer "youtube-transcripts")) (proc (start-process "youtube_transcript_api" buffer "youtube_transcript_api" video-id + "--languages" "en" "ru" "de" "--format" "webvtt"))) (set-process-sentinel proc