mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -05:00
merge: pull request #7389 from hpfr/misc
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user