Been looking for an excuse to play with AppleScript?!
Now you have one very good one!
Been looking for an excuse to play with AppleScript?!
Now you have one very good one!
For creating audio-books I use a text-to-speech engine. One problem is that the application dies on Unicode text. The documents that I encode are too long to correct manually so I want it automated. The correction isn’t as simple as removing all Unicode text though because if possible I don’t want to lose the meaning of the character when it is easily converted to ASCII.
Continue reading “Best Way To Transliterate Unicode to ASCII? Python Help Needed With Solution.”
;; Transliterate ASCII a-z and A-Z to their Unicode mathematical ;; Fraktur equivalent. Eszett and umlaut aren't used because the Unicode ;; specification defines these characters only as a mathematical symbol via ;; `http://www.unicode.org/faq/ligature_digraph.html'.
outorg lets you convert source-code buffers temporarily to org-mode for comment editing.
Harry’s presentation on Org-Mode is great. He shares his personal preferences. You can read his blog to learn about them too. The meter to the presentation is perfect, too. It left me thinking more about
Here is how I learned to move functionality from my .emacs.el into a minor-mode.
Project. Demo and Demo Source Code.
Hear, hear! Org-Mode 8.3.5 Is Released!
After switching between Emacs/Org-Mode and RStudio one hundred times you start to wonder if you ought to export your Literate Org-Mode documents to RMarkdown and try it out for a while. ox-ravel lets you export Literate Org-Mode documents to RMarkdown, and more.