Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-14 Thread Ihor Radchenko
eugene kim  writes:

> I found the offending line (windmove-default-keybindings)
> From below configuration, if I move the (windmove-default-keybindings)
> line, it works fine.
> Thank you for the support
>
> -
> (windmove-default-keybindings)
>
>
> (use-package org
>   :ensure t
>   :init
>   (progn
> (add-hook 'org-shiftup-final-hook 'windmove-up)
> (add-hook 'org-shiftleft-final-hook 'windmove-left)
> (add-hook 'org-shiftdown-final-hook 'windmove-down)
> (add-hook 'org-shiftright-final-hook 'windmove-right)
>
> )
>   )
> 

Closing.
Handled.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-14 Thread Ihor Radchenko
[ Please use Reply All or Wide Reply to keep the conversation public on
  the mailing list ]

eugene kim  writes:

> my `emacs` was aliased as `emacs -nw` and was not accepting -Q
>
> So the situation is
>
> In terminal (with -nw), cursor shows
> In Window (without -nw)
>  - (with -Q) cursor shows
>  - (without -Q) cursor not shows
>
> I guess some package that gets evaluated only in windows env has
> interfering.. ?..

Most likely. You can try https://github.com/Malabarba/elisp-bug-hunter
to narrow does which part of the config is to blame.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-14 Thread Ihor Radchenko
eugene kim  writes:

> I've followed the instruction, nothing i can do further from the feedback
> instructions
> because there's no bug and there's no traceback
>
> I find the cursor is visible in terminal emacs, but not in window
> environment emacs.
> You might wanna try that.

I tried, and can see the cursor in my window Emacs.
May you please start from emacs -Q and detail every step you do + what
you see?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-14 Thread Ihor Radchenko


eugene kim  writes:

> That's not what I see.

Then, please follow https://orgmode.org/manual/Feedback.html#Feedback to
help me re-create your problem locally.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-14 Thread Ihor Radchenko
[Adding Org ML back to CC]

eugene kim  writes:

> I should have been more clear.
> The selected date (the preselected date is visible) is visible.
>
> I'd like to use the keyboard to move dates so I can select a different
> date.
> While moving between dates, the cursor is not visible.

When I use S- and other commands described in "8.2.1 The
date/time prompt" section of the manual, whatever was "preselected"
moves as I change the date.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] make cursor visible in calendar [9.6.7 ( @ /Users/eugenekim/.emacs.d/elpa/org-9.6.7/)]

2023-08-13 Thread Ihor Radchenko
eugene kim  writes:

> I'd like to see the cursor when using keyboard to select a date from the
> calendar when I use
> org's schedule or deadline.
>
> It can be done with keyboard, but the cursor is not visible.

May you please provide steps to reproduce the problem?
For me, the selected date is highlighted in date selection prompt.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at