Commit 8c6c299c8b2d

Vincent Demeester <vincent@sbr.pm>
2020-05-17 14:20:45
docs & Makefile : fix vorg lisp path
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 70ea4c1
Changed files (2)
docs/emacs.org
@@ -1390,18 +1390,22 @@
 
 - ~ol-github.el~: link to GitHub repositories, issues and pull-requests.
 
-  #+INCLUDE: ../tools/emacs/lisp/ol-github.el src emacs-lisp
+  #+INCLUDE: ../tools/emacs/lisp/vorg/ol-github.el src emacs-lisp
 
 - ~ol-gitlab.el~: link to GitLab repositories, issues and merge-requests.
 
-  #+INCLUDE: ../tools/emacs/lisp/ol-gitlab.el src emacs-lisp
+  #+INCLUDE: ../tools/emacs/lisp/vorg/ol-gitlab.el src emacs-lisp
+
+- ~ol-rg.el~: link to a =rg= search buffer.
+
+  #+INCLUDE: ../tools/emacs/lisp/vorg/ol-rg.el src emacs-lisp
 
 - ~ol-ripgrep.el~: link to a =ripgrep= search buffer.
 
-  #+INCLUDE: ../tools/emacs/lisp/ol-ripgrep.el src emacs-lisp
+  #+INCLUDE: ../tools/emacs/lisp/vorg/ol-ripgrep.el src emacs-lisp
 
 - ~ol-grep.el~: link to a =grep= search buffer.
 
-  #+INCLUDE: ../tools/emacs/lisp/ol-grep.el src emacs-lisp
+  #+INCLUDE: ../tools/emacs/lisp/vorg/ol-grep.el src emacs-lisp
 
 And that's all folks ๐Ÿ’ƒ
Makefile
@@ -88,7 +88,7 @@ update-docs:
 .PHONY: build-www
 build-www: $(SRCWWW)/publish-common.el lib/lisp/publish.el update-docs
 	@echo "Publishing... with current Emacs configurations."
-	${EMACS} --batch --directory $(DOTEMACS)/lisp/ \
+	${EMACS} --batch --directory $(DOTEMACS)/lisp/ --directory $(DOTEMACS)/lisp/vorg/ \
 		--load $(SRCWWW)/publish-common.el --load lib/lisp/publish.el \
 		--funcall org-publish-all