Daniel
Daniel
I have only a simple git-gutter-plus configuration: (use-package git-gutter+ :if (executable-find "git") :init (global-git-gutter+-mode)) It worked fine. Since a week or so I will get on each start the following...
The command `multimarkdown -b "TestbriefDaniel - Köpie - Kopie.md"` produces the following error `Error reading file 'TestbriefDaniel - K÷pie - Kopie.md'`. MMD can't handle path-/filenames with umlauts. That should be...
I have some issues with using pandoc-mode for files or directories with umlauts. If I convert the file `TestUmlaute_äöü.md` via pandoc-mode to docx than I get a file named `TestUmlaute_äöü.docx`....
Manually I can create a pdf with pandoc with the following command: pandoc file.md -o file.pdf --pdf-engine=lualatex --template=scrlttr2dh.latex But I can't achieve that via pandoc-mode? What would be the output...
Beside Sublime Text I also use Emacs a lot. Is there any chance that there will be ever an Emacs package for that? That would be really fantastic.
In Germany a comma isn't usually a separator for csv fields. And my data uses the comma as a decimal point. What do I have to set in my user...
Hi, on my Mac I use Python 3.9.5 and it is installed via pyenv. In terminals and via PATH the python command uses and starts Python 3.9.5. The older Python...