Re: [Orgmode] Removing time grid lines (invalid function)

2009-10-14 Thread Desmond Rivet
Nick Dokos writes: > Desmond Rivet wrote: > >> Hi all, >> >> I'm attempting to use the hack listed on worg titled : "Remove time grid >> lines that are in an appointment". I'm having a bit of trouble. I'm >> using emacs 23.1. >> >> I add this to my .emacs file: >> >>... > > Try adding this:

Re: [Orgmode] Removing time grid lines (invalid function)

2009-10-13 Thread Nick Dokos
Desmond Rivet wrote: > Hi all, > > I'm attempting to use the hack listed on worg titled : "Remove time grid > lines that are in an appointment". I'm having a bit of trouble. I'm > using emacs 23.1. > > I add this to my .emacs file: > >... Try adding this: (load-library "cl-macs") before y

[Orgmode] Removing time grid lines (invalid function)

2009-10-13 Thread Desmond Rivet
Hi all, I'm attempting to use the hack listed on worg titled : "Remove time grid lines that are in an appointment". I'm having a bit of trouble. I'm using emacs 23.1. I add this to my .emacs file: (defun org-time-to-minutes (time) "Convert an HHMM time to minutes" (+ (* (/ time 100) 60) (%