Toby Cubitt writes:
> On Thu, Apr 26, 2012 at 10:59:50AM +0200, Bastien wrote:
>> Hi Matt,
>>
>> Matt Lundin writes:
>>
>> > Note: It seems that adding the optional argument KEEPDATE is necessary
>> > for parsing to work. With the following line instead of the one above
>> > org-read-date work
On Thu, Apr 26, 2012 at 10:59:50AM +0200, Bastien wrote:
> Hi Matt,
>
> Matt Lundin writes:
>
> > Note: It seems that adding the optional argument KEEPDATE is necessary
> > for parsing to work. With the following line instead of the one above
> > org-read-date works as expected:
> >
> > (o
Hi Matt,
Matt Lundin writes:
> Note: It seems that adding the optional argument KEEPDATE is necessary
> for parsing to work. With the following line instead of the one above
> org-read-date works as expected:
>
> (org-eval-in-calendar '(setq cursor-type nil) t)
that's right -- I pushed
Matt Lundin writes:
> Bastien writes:
>
>> Toby Cubitt writes:
>>
>>> In the patch I posted, I also took the opportunity to set
>>> `cursor-type' to nil when opening the calendar in `org-read-date'.
>>> The cursor obscures one digit of the selected date, making that bit
>>> harder to read (as w
Bastien writes:
> Toby Cubitt writes:
>
>> In the patch I posted, I also took the opportunity to set
>> `cursor-type' to nil when opening the calendar in `org-read-date'.
>> The cursor obscures one digit of the selected date, making that bit
>> harder to read (as well as looking ugly). Did you i
On Sun, Apr 22, 2012 at 08:46:03AM +0200, Bastien wrote:
> Toby Cubitt writes:
> > Was there some reason to reject Eli's suggested fix of enlarging the
> > calendar window by 1 line? As it stands, if anyone customizes the new
> > org-date-selected face to be bold (the highlighted date *is* a littl
Toby Cubitt writes:
> Thanks for the fix. I notice that the new face's dosctring still says
> "Face for deadlines and TODO keywords", which needs changing.
Fixed, thanks.
> Was there some reason to reject Eli's suggested fix of enlarging the
> calendar window by 1 line? As it stands, if anyone
On Fri, Apr 20, 2012 at 01:57:55PM +0200, Bastien wrote:
> Toby Cubitt writes:
>
> > On Mon, Apr 16, 2012 at 05:50:50AM +0300, Eli Zaretskii wrote:
> >> > Date: Sun, 15 Apr 2012 23:04:16 +0200
> >> > Cc: 11...@debbugs.gnu.org, emacs-orgmode@gnu.org
> >> > From: Toby Cubitt
> >> >
> >> > The obv
Toby Cubitt writes:
> On Mon, Apr 16, 2012 at 05:50:50AM +0300, Eli Zaretskii wrote:
>> > Date: Sun, 15 Apr 2012 23:04:16 +0200
>> > Cc: 11...@debbugs.gnu.org, emacs-orgmode@gnu.org
>> > From: Toby Cubitt
>> >
>> > The obvious solution is for org-mode to use a face that doesn't enlarge
>> > the
On Mon, Apr 16, 2012 at 05:50:50AM +0300, Eli Zaretskii wrote:
> > Date: Sun, 15 Apr 2012 23:04:16 +0200
> > Cc: 11...@debbugs.gnu.org, emacs-orgmode@gnu.org
> > From: Toby Cubitt
> >
> > The obvious solution is for org-mode to use a face that doesn't enlarge
> > the characters.
>
> Another solu
> Date: Sun, 15 Apr 2012 23:04:16 +0200
> Cc: 11...@debbugs.gnu.org, emacs-orgmode@gnu.org
> From: Toby Cubitt
>
> The obvious solution is for org-mode to use a face that doesn't enlarge
> the characters.
Another solution would be to enlarge the calendar window by one line.
On Sun, Apr 15, 2012 at 11:41:00PM +0300, Eli Zaretskii wrote:
> > Date: Sun, 15 Apr 2012 21:24:39 +0200
> > From: Toby Cubitt
> >
> > Steps to reproduce:
> >
> > 1. emacs -Q
> > 2. M-x calendar
> > 3. M-: (setq o (make-overlay 1 2))
> > 4. M-: (overlay-put o 'face 'font-lock-warning-face)
> > 5
12 matches
Mail list logo