dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit cb2e1af2b2362b96f18eedeabbf5e472b1687705
parent 234bbaeedc9e271c6ff8a949271776df4e0eddbd
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Thu, 18 Apr 2024 18:57:54 +0200

emacs: pandoc export

Diffstat:
Memacs/config.org | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -2387,6 +2387,11 @@ And to be able to bulk-set priorities in agenda: #+begin_src emacs-lisp (add-to-list 'org-global-properties '("Difficulty_ALL" . "low medium high")) #+end_src +*** Org export backends +#+begin_src emacs-lisp + (use-package ox-pandoc) +#+end_src + *** org publishing I decided, after trying many different things, to settle on org-publish.