sympodius / org-novelist

Org Novelist is a system for writing novel-length fiction using Emacs Org mode.
GNU General Public License v3.0
183 stars 14 forks source link

got an error loading emacs 28.2 with the package #4

Closed diffcity closed 1 year ago

diffcity commented 1 year ago

Hi,

Got this error loading emacs 28.2 with the package: Maybe due to org-version=9.3 in this manual build of emacs, while org-novelist.el states it requires org-mode 9.5.5.

Warning (initialization): An error occurred while loading ‘/root/.emacs.d/init.el’: error: No localised string for ’author-not-set’ found

Can be fixed by defining the variables before the loading of the package inside .emacs or(=xor) .emacs.d/init.el) (instead of after loading it)

This works:

(setq orgn-author 'myname)
(setq orgn-author-email 'myname@example.net)
(load-file "~/.emacs.d/org-novelist.el")   

Thanks.

sympodius commented 1 year ago

Hi there,

Did you change the language to something other than 'en-GB'? Although I've set up a framework for other languages, Org Novelist currently only comes with British English.

sympodius commented 1 year ago

Oh, interesting! Well done for working out a solution 🙂

grauschnabel commented 9 months ago

I have the same issue, but I would like to write in german. Seems not to work right now. Is it much work to get that done?

sympodius commented 8 months ago

I have the same issue, but I would like to write in german. Seems not to work right now. Is it much work to get that done?

The development branch has a German version. It could probably do with some more testing, though.