gfp <g...@posteo.at> writes: > Hi Guix, > > 1. > I wanted to change the language into English > but it didn´t work > Why? > > gfp@Tuxedo ~$ export LC_ALL=C* > bash: Warnung: setlocale: LC_ALL: Kann die Regionseinstellungen nicht > ändern (C*): Datei oder Verzeichnis nicht gefunden
Maybe try 'export LANG=en_US.utf8', that's what I have. > > 2. > I wanted to install: > emacs-org-remark > > but bash gave me a conflict of entries: > > guix install: Fehler: Profil enthält im Konflikt stehende Einträge für > emacs-org > guix install: Fehler: erster Eintrag: emacs-org@9.7.20 > /gnu/store/nbqz4xh45yvlpw9dqqfpxp82v0f82vk4-emacs-org-9.7.20 > guix install: Fehler: … propagiert von emacs-org-remark@1.2.2 > guix install: Fehler: zweiter Eintrag: emacs-org@9.7.17 > /gnu/store/mkcgzdng0fqdpm26mwxnmas5wk2zg24g-emacs-org-9.7.17 > Hinweis: Versuchen Sie, sowohl `emacs-org-remark' als auch `emacs-org' zu > aktualisieren, oder entfernen Sie eines von beidem aus dem Profil. > > > I updated emacs and after that I hoped that I can install this new > package: emacs-org-remark > but there are conflicting entries (unfortunately only in German) > > Does this mean that emacs-org-remark needs a higher version of > emacs.org? I am not sure how to understand this bash message It doesn't need but provide one, since emacs-org-remark propagated emacs-org-9.7.20, while you alrealy have emacs-org-9.7.17 in your profile. > > 3. > In such a case what can I do? You can try upgrade all emacs packages, eg: guix package -u emacs Thanks.