From 899d92764abdfb504ffd1e7456b045b19051eeff Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 16 Apr 2023 18:48:15 +0300 Subject: [PATCH] Fix some links that broke during refactor --- esy-publish.el | 2 +- source/esy.org | 2 +- source/index.org | 2 +- source/notes/emacs.org | 4 ++-- source/notes/gnu.org | 4 ++-- source/notes/index.org | 2 +- source/posts/index.org | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/esy-publish.el b/esy-publish.el index 36a922e..57dda01 100644 --- a/esy-publish.el +++ b/esy-publish.el @@ -6,7 +6,7 @@ ;; Maintainer: Eshel Yaron ;; Keywords: languages extensions ;; URL: http://git.eshelyaron.com/gitweb/?p=esy-publish.git -;; Package-Version: 0.5.0 +;; Package-Version: 0.6.0 ;; Package-Requires: ((emacs "28.2")) ;; This file is NOT part of GNU Emacs. diff --git a/source/esy.org b/source/esy.org index 91c715e..b177321 100644 --- a/source/esy.org +++ b/source/esy.org @@ -6,4 +6,4 @@ I've recently moved from a literate Emacs configuration based on Org mode to a simpler =init.el= file, reproduced below: -#+transclude: [[file:~/checkouts/eshelyaron.com/dotfiles/.emacs.d/init.el]] :src emacs-lisp +#+transclude: [[file:~/checkouts/esy-publish/dotfiles/.emacs.d/init.el]] :src emacs-lisp diff --git a/source/index.org b/source/index.org index 225ec28..c13439a 100644 --- a/source/index.org +++ b/source/index.org @@ -26,7 +26,7 @@ this is my website--the one true source of reliable curated information about me These are some of the posts I've published here recently: -#+BEGIN: posts :dir "/Users/eshelyaron/checkouts/eshelyaron.com/src/posts" :limit 5 +#+BEGIN: posts :dir "/Users/eshelyaron/checkouts/esy-publish/source/posts" :limit 5 #+END: You can also to check out [[file:changelog.org][the site's ChangeLog page]] for updates about diff --git a/source/notes/emacs.org b/source/notes/emacs.org index bc6b464..06fe759 100644 --- a/source/notes/emacs.org +++ b/source/notes/emacs.org @@ -9,9 +9,9 @@ free/libre text editor". * References in published posts -#+BEGIN: links-to-note :dir "/Users/eshelyaron/checkouts/eshelyaron.com/src/posts" +#+BEGIN: links-to-note :dir "/Users/eshelyaron/checkouts/esy-publish/source/posts" #+END: * References in other notes -#+BEGIN: links-to-note :dir "/Users/eshelyaron/checkouts/eshelyaron.com/src/notes" +#+BEGIN: links-to-note :dir "/Users/eshelyaron/checkouts/esy-publish/source/notes" #+END: diff --git a/source/notes/gnu.org b/source/notes/gnu.org index 096c3a6..e1b221a 100644 --- a/source/notes/gnu.org +++ b/source/notes/gnu.org @@ -6,9 +6,9 @@ * References in published posts -#+BEGIN: links-to-note :dir "/Users/eshelyaron/checkouts/eshelyaron.com/src/posts" +#+BEGIN: links-to-note :dir "/Users/eshelyaron/checkouts/esy-publish/source/posts" #+END: * References in other notes -#+BEGIN: links-to-note :dir "/Users/eshelyaron/checkouts/eshelyaron.com/src/notes" +#+BEGIN: links-to-note :dir "/Users/eshelyaron/checkouts/esy-publish/source/notes" #+END: diff --git a/source/notes/index.org b/source/notes/index.org index caba0b2..19462b9 100644 --- a/source/notes/index.org +++ b/source/notes/index.org @@ -2,5 +2,5 @@ #+DESCRIPTION: Eshel Yaron's notes #+KEYWORDS: eshel, language, emacs, programming, prolog, knowledge, management, notes -#+BEGIN: notes :dir "/Users/eshelyaron/checkouts/eshelyaron.com/src/notes" +#+BEGIN: notes :dir "/Users/eshelyaron/checkouts/esy-publish/source/notes" #+END: diff --git a/source/posts/index.org b/source/posts/index.org index 7e139c3..7af695a 100644 --- a/source/posts/index.org +++ b/source/posts/index.org @@ -2,5 +2,5 @@ #+DESCRIPTION: Eshel Yaron's blog posts #+KEYWORDS: eshel language emacs programming prolog -#+BEGIN: posts :dir "/Users/eshelyaron/checkouts/eshelyaron.com/src/posts" :limit nil +#+BEGIN: posts :dir "/Users/eshelyaron/checkouts/esy-publish/source/posts" :limit nil #+END: -- 2.39.2