fniessen / refcard-org-mode

Get organized and boost your productivity with our comprehensive Org mode syntax reference card! Get a quick access to helpful tips and tricks. #orgmode #syntax #productivity #referencecard
GNU General Public License v3.0
636 stars 121 forks source link

Should document how the SETUPFILE should be setup in the source #10

Open olberger opened 2 months ago

olberger commented 2 months ago

In the provided source file, the SETUPFILE is pointing to an absolute file:

#+SETUPFILE: ~/org/theme-readtheorg.setup

which isn't provided in the current repo.

But I guess it should correspond to the one provided in the other repo from the author: https://github.com/fniessen/org-html-themes/blob/master/org/theme-readtheorg.setup

Assuming someone git-cloned both repos in close subdirs, it may be changed to:

#+SETUPFILE: ../org-html-themes/org/theme-readtheorg.setup

whch will provide a much smoother UX :-)

Hth