From: Eshel Yaron Date: Fri, 6 May 2022 11:10:08 +0000 (+0300) Subject: Fix copy-paste error in Org publish settings X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ac38bbd115cf64c46120dbf2835433b62171afb;p=dotfiles.git Fix copy-paste error in Org publish settings --- diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index f7c1c3f..1326df3 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -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