merge: pull request #7389 from hpfr/misc

This commit is contained in:
Henrik Lissner 2023-09-06 14:28:57 +02:00 committed by GitHub
commit af5add0e9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 44 additions and 28 deletions

View file

@ -84,7 +84,7 @@ If it is an absolute path return `+org-capture-todo-file' verbatim."
;;;###autoload
(defun +org-capture-notes-file ()
"Expand `+org-capture-notes-file' from `org-directory'.
If it is an absolute path return `+org-capture-todo-file' verbatim."
If it is an absolute path return `+org-capture-notes-file' verbatim."
(expand-file-name +org-capture-notes-file org-directory))
(defun +org--capture-local-root (path)

View file

@ -22,7 +22,7 @@ headings as titles, and you have more freedom to place them wherever you like.")
(use-package! org-re-reveal
:after ox
:config
(setq org-re-reveal-root (expand-file-name "../../" (locate-library "dist/reveal.js" t))
(setq org-re-reveal-root (concat "file://" (expand-file-name "../../" (locate-library "dist/reveal.js" t)))
org-re-reveal-revealjs-version "4"))