I use Org-Mode excessively for taking notes, publishing, and even presentation. As a programmer, most of the stuff I write has snippets of source code from various languages. I always feel that well formatted, syntax highlighted code is easy to read in published documents. It is possible to mark a block as source code in Org-Mode.
When exporting an Org file to LaTeX, Org-Mode provides options to format the source code block using one of two popular source code formatting TeX packages namely Listings and Minted. I personally was not that thrilled by Listings. Minted uses Pygments, a Python based syntax highlighter. I already use Pygments in a couple of other scenario. Also, Minted looked more modern compared to Listings. So, I decided to use Minted as my primary code highlighting tool for LaTeX.