radian-software / radian

🍉 Dotfiles that marry elegance and practicality.
MIT License
490 stars 47 forks source link

How to use ox-confluence? #477

Closed albertsj1 closed 3 years ago

albertsj1 commented 3 years ago

Hi. I'm trying to figure out how to enable and use ox-confluence. According to the org manual, it should be in the org contrib directory, but the clone I have of org that radian created doesn't have a contrib directory. I saw in issue #442 the suggestion was to add (straight-use-package 'org-plus-contrib), but that gives me this error message.

Building org...done
Failed to byte-compile: Building org not allowed in safe mode

Any help appreciated. Thanks

raxod502 commented 3 years ago

The configuration for this was wildly out of date. I've fixed it up and added a new user option, radian-org-enable-contrib, which you can set to non-nil in init.local.el in order to get everything working. Let me know if that works for you!

albertsj1 commented 3 years ago

Works perfectly. Thank you.