<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Writing on The Lone C++ Coder's Blog</title><link>https://www.lonecpluspluscoder.com/tags/writing/</link><description>Recent content in Writing on The Lone C++ Coder's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Wed, 25 Aug 2021 21:00:00 -0500</lastBuildDate><atom:link href="https://www.lonecpluspluscoder.com/tags/writing/index.xml" rel="self" type="application/rss+xml"/><item><title>TIL that org-mode has an exporter for ODT</title><link>https://www.lonecpluspluscoder.com/2021/08/25/til-org-mode-odt-exporter/</link><pubDate>Wed, 25 Aug 2021 21:00:00 -0500</pubDate><author>Timo Geusch</author><guid>https://www.lonecpluspluscoder.com/2021/08/25/til-org-mode-odt-exporter/</guid><description>&lt;p&gt;I&amp;rsquo;m by no means an Emacs &lt;a href="https://orgmode.org"&gt;org-mode&lt;/a&gt; power user - in fact, anything but - but I do use org-mode a lot for note taking and also when I need an outliner to try and arrange ideas in a suitable manner. It excels at both, and usually does what I need including exporting to HTML. Exporting to HTML covers about 90% of my use cases. As much as I&amp;rsquo;d like to, LaTeX does not feature in my needs, but I needed to export an org-mode file for use with Microsoft Word. While there is no exporter directing into docx format, Microsoft Word can read ODT (OpenDocument Text) and guess what, org-mode does include an exporter for ODT. Problem solved, and I hope this information helps if you&amp;rsquo;re running into the same problem.&lt;/p&gt;</description></item><item><title>Setting up enchant for use with flyspell-mode on macOS</title><link>https://www.lonecpluspluscoder.com/2021/02/01/setting-up-enchant-for-use-with-flyspell-mode-on-macos/</link><pubDate>Mon, 01 Feb 2021 22:00:00 -0500</pubDate><author>Timo Geusch</author><guid>https://www.lonecpluspluscoder.com/2021/02/01/setting-up-enchant-for-use-with-flyspell-mode-on-macos/</guid><description>&lt;p&gt;I have a few more loose ends to tidy up before switching to the static version of the blog. One of the important tasks was to make sure I had a spell checker available. Back in the dim and distant past I had set up &lt;code&gt;flyspell-mode&lt;/code&gt; with &lt;a href="https://www.lonecpluspluscoder.com/2015/03/03/setting-up-emacs-spell-checking-on-os-x/"&gt;hunspell&lt;/a&gt;, but I wanted to check if there was something better available these days. Enter &lt;a href="https://abiword.github.io/enchant/"&gt;enchant&lt;/a&gt;, which acts as a front end to multiple, different spell checkers. I like that Emacs has included support for enchant since version 26, plus one of the backends enchant supports is AppleSpell. In other words, when running on macOS, flyspell can make use of the OS&amp;rsquo;s built in spell checker and dictionaries.&lt;/p&gt;
&lt;p&gt;Instructions on how to actually set up enchant on macOS are a bit thin on the ground, so I decided that I&amp;rsquo;ll put together a quick write up.&lt;/p&gt;</description></item></channel></rss>