merge: pull request #7389 from hpfr/misc
This commit is contained in:
commit
af5add0e9e
11 changed files with 44 additions and 28 deletions
|
@ -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)
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue