Timeline for How to remove ^M from org-babel code block executing on Linux from Windows OS?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 16, 2021 at 14:14 | comment | added | Wojciech Gac | @kini Great suggestion, thanks! Setting buffer-file-coding-system did the trick for me. | |
| Nov 24, 2016 at 15:31 | comment | added | Amoork | Thanks for the thorough explanation. The suggestion of using (setq-default buffer-file-coding-system 'utf-8-unix) is a much less obtrusive work-around. I tried making a macro to toggle that variable but since it "Automatically becomes buffer-local" I have not figured out how to get the current default-value... | |
| Nov 24, 2016 at 1:10 | history | answered | kini | CC BY-SA 3.0 |