Re: I'm not subscriber, but want to send a code.

2024-02-04 Thread Teika Kazura
Hi, Ihor. (... мабуть привіт or привет?) Thanks a lot for your kind, detailed reply. Yep, you've convinced me totally! There's an (old) question about this in emacs.stackexchange: https://emacs.stackexchange.com/q/30894 Now I posted a summary of your reply. :) All the best, Teika

I'm not subscriber, but want to send a code.

2024-02-03 Thread Teika Kazura
Hi, list moderators. I'd like to submit a code to this mailing list without subscribing it. Or, if you can forward the following to the list. Thanks a lot for keeping this list. [Wishitem] Show the current node name in the

bug#56312: 28.1; URI discrepancy between `thing-at-point' and `org-open-at-point'

2022-06-30 Thread Teika Kazura
> I think this may be a duplicate of bug#42483. Oops, sorry. Yet what I stated above reinforces the rationale; the current situation is somewhat random. Thanks a lot Lars (BTW you helped at a recent bug report by me - https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55607), and thanks beforehand,

Re: [O] [patch] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-11-12 Thread Teika Kazura
e.g. "Date/time prompt is ``smart enough''") is acceptable. Some whitespace cleanup accompanies, so you may want to use "git show -b". I added the description of key "!" in timestamp creation. But I don't know what "diary" in Emacs is, so yo

Re: [O] Yank "normal" text as item in list

2014-10-24 Thread Teika Kazura
-- In fact, it was a surprise for me that none has answered with a nice implementation. Indent problem irritated me a lot. Cheers, Teika (Teika kazura)

Re: [O] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-09-30 Thread Teika Kazura
in ...", * `org-read-date' w/ "Exception..." * and also the changelog in 8.2 (or later): "org-replace-disputed-keys is ignored in org-read-date. In fact it has been so since 8.1, but has not been described adequately." Thanks to Nicolas Goaziou for reading, and all other org developers. (Sorry for posting my original message twice.) Regards, Teika (Teika kazura)

Re: [O] How to re-bind C-,?

2014-09-27 Thread Teika Kazura
How about this? (define-key org-mode-map [(control ?,)] 'your-lambda-expression) Teika (Teika kazura)

[O] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-09-17 Thread Teika Kazura
(calendar-current-date (org-eval-in-calendar nil t) (let* ((old-map (current-local-map)) - (org-replace-disputed-keys nil) (map (copy-keymap calendar-mode-map)) (minibuffer-local-map

[O] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-09-10 Thread Teika Kazura
(org-eval-in-calendar nil t) (let* ((old-map (current-local-map)) - (org-replace-disputed-keys nil) (map (copy-keymap calendar-mode-map)) (minibuffer-local-map (copy-keymap org-read-date-minibuffer-local-map))) Thank you very much for developing org-mode. Kind regards, Teika (Teika kazura) # Hey, it was almost exacly a year ago. Only few use this feature? ;]