]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Fix copy-paste error in Org publish settings
authorEshel Yaron <eshel@areionsec.com>
Fri, 6 May 2022 11:10:08 +0000 (14:10 +0300)
committerEshel Yaron <eshel@areionsec.com>
Fri, 6 May 2022 11:10:08 +0000 (14:10 +0300)
.emacs.d/esy.org

index f7c1c3f23ae09f1516ff205e88aba3f07c7a0674..1326df3601e6a9c54930816acdd7bd0cd8b59e38 100644 (file)
@@ -8,14 +8,13 @@
 
 ** Fresh installation
 
-To bootstrap this configuration, clone the repository from [[https://git.sr.ht/~eshel/dotfiles][SourceHut]]
-and create a symlink from the =.emacs.d= subdirectory into your home
+To bootstrap this configuration, fetch a local clone of the repository from
+[[https://git.sr.ht/~eshel/dotfiles][SourceHut]] and create a symlink from the =.emacs.d= subdirectory into your home
 directory, possibly using [[https://www.gnu.org/software/stow/][GNU Stow]].
 
 #+begin_src shell
   $ git clone https://git.sr.ht/~eshel/dotfiles
-  $ cd dotfiles/.emacs.d
-  $ stow -t ~ .
+  $ stow -t ~ dotfiles/.emacs.d
   $ emacs
 #+end_src
 
@@ -270,7 +269,9 @@ For further information, see [[info:elisp#Library Headers][elisp#Library Headers
 
   (defconst esy/publish-project-config-template
     `( :base-extension "org"
-       :base-directory ,esy/website-source-org
+       :base-directory ,(expand-file-name
+                         "dotfiles/.emacs.d"
+                         esy/website-source-root)
        :exclude ".*"
        :include ("esy.org")
        :publishing-function org-html-publish-to-html