Hide uninteresting files in dired-mode

Via here:

I just found a neat trick today i.e hiding uninteresting(temporary files like backup or autosave files, all files of a particular extension or a particular set of files which match a regexp) files in dired-mode using dired-x. Here’s how I did it in my .emacs :-

Continue reading “Hide uninteresting files in dired-mode”

Best Way To Transliterate Unicode to ASCII? Python Help Needed With Solution.

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.”

Easily insert Unicode mathematical Fraktur characters

fraktur-mode:

;; 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

outorg lets you convert source-code buffers temporarily to org-mode for comment editing.

Continue reading “outorg Lets You Convert Source-Code Buffers Temporarily To Org-Mode For Comment Editing”

Getting Started with Org-mode

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

  • What are out expectations as viewers?
  • What are our expectations as presenters?
  • Is it worth communicating assumptions?
  • Is it all an sales exercise?
  • How does our experience with commercial software change our valuation of OSS?
  • Org-Mode is large and expressive; can we ever say more than “In my experience, X is good or bad”? Sure everything is in our experience but people really don’t listen unless you make strong statements, right?
  • As of 2016, is it fair to start a conversation with something like “I’ve spent 1,000 hours mastering X… this is the context of what I’m about to share”? When we provide opinions should we provide the same contextual disclaimer? What does mastery mean today and what is it’s role in practice? Does mastery have a place when sales matters most? Do both have a place?