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:
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
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) (%