Endnotes with Org-mode

Date: 15 July 2014

Categories: emacs, org-mode

I was recently writing an internal peer review for work. Because I’m a happy emacs user, I wrote the peer review in org-mode and exported it to PDF using org-latex-export-to-pdf. The problem was that our interal format requires that I use endnotes and emacs exports my footnotes as, well, footnotes. So, here’s the quick and dirty on how I got the exporter to give me end notes. First of all, you need to tell LaTeX that you want to use endnotes.

Importing iCal Into Org-mode

Date: 03 June 2014

Categories: ical, emacs, org-mode

I’ve been using emacs and org-mode for some time to manage my tasks. Org-mode has a great feature which shows and agenda view which includes upcoming scheduled items and deadlines. One of the things that was missing was the ability to view my calendar (which is in Google Calendar) in the agenda. There are a couple of ways of dealing the syncing the calendar data. One of the ways I tried was org-caldav.

Emacs and tmux

Date: 16 October 2012

Categories: emacs, tmux

Hello. My name is PerlStalker and I’m an emacs user. I love emacs and use it for nearly everything but there are a few things it’s not good at. (“Like editing,” I hear all you warped vi users cry.) Among them, and most important to me, are window management and terminals. Let’s start with terminals. I use eshell from time to time to do quick and dirty things on the command line but I always run into weird things that don’t work like I expect.

gPodder and EMMS

Date: 28 March 2012

Categories: emacs, gpodder, emms

I use gPodder to pull podcasts for all my listening pleasure at work. I had been using gnome-mplayer to listen to them but after a recent re-install, gnome-mplayer started to hanging every when I pause the playback. Gmplayer works fine so I know that mplayer, by itself, is not the problem but that doesn’t have a systray icon to make it easy to click and pause playback. Since I’m so frequently using emacs, I thought to myself “I wonder if I can do this in emacs?

IkiWiki and Org-mode

Date: 25 March 2012

Categories: ikiwiki, emacs, org-mode

I love emacs. I practically live in emacs at work. One of my favorite features is org-mode. At its simplest, org-mode is simply a markup language similar to wiki-text or markdown. When you get into it more, the real power of scheduling and task management comes out. In my case, it’s the only system that’s I’ve been able to use to stay organized. I’ve been so happy with org-mode that I start to looking into using for this blog.

Running Emacs Functions in Batch Mode

Date: 10 November 2011

Categories: emacs

I use emacs for a lot of things at work. One of the more useful is org-mode for to do lists, scheduling and meeting notes. Org-mode can sync to mobile devices running the app MobileOrg. Unfortunately, that sync is a manual process. The good news, emacs is scriptable and can be run in batch mode to automate things. Here are a couple of things I use. Note: Emacs batch mode spews a huge amount of crap to stderr.

RT in Emacs

Date: 30 September 2010

Categories: RT, emacs

There are a number of ways of using RT from within emacs. A quick google search will find them. Here’s what I use. RT First, you’ll need to snag a copy of the rt perl script from /opt/rt3/bin/ or from the source package. This can go almost anywhere on your local system but I put it in $HOME/bin/. Make sure you make it executable. Next, create $HOME/.rtrc. This will contain the information rt needs to access your RT install.