Sachin Patil (He/Him/His)

730 points
psachin

Sachin is passionate about Free and Open source software. He is avid GNU Emacs user and likes to talk and write about open source, GNU/Linux, Git, and Python. He has previously worked on OpenStack, ManageIQ/CloudForms & Red Hat Insights. He also likes to explore Swift Object Storage in his spare time. He can be reached on IRC as psachin@{Libera.Chat, Freenode, OFTC, gnome}. Read more about him at http://psachin.gitlab.io/about

Authored Comments

Most of the times the dependencies are taken care by installing texlive

```
sudo dnf install texlive
```
but sometimes they have to be installed individually. I'm glad that you fixed the issue by looking at the errors.

Hey Scott,

Thanks for this nice post on Org mode and reveal.js. Have you tried setting `org-reveal-root` to CDN ? I can use reveal.js 3.0 using,

```
(setq org-reveal-root "http://cdn.jsdelivr.net/reveal.js/3.0.0/")
```

But I'm looking for latest reveal.js version using CDN. This would also save us from downloading/cloning latest reveal.js version.