Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-10-02 Thread Ihor Radchenko
Punit Arya writes: > Thank you Ihor.  I'll try troubleshooting my config.  Will let you know > if I find something helpful. Did you manage to find anything? For now, as long as I cannot reproduce the problem, there is nothing I can do on Org side. -- Ihor Radchenko // yantar92, Org mode cont

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-08-31 Thread Punit Arya
Thank you Ihor.  I'll try troubleshooting my config.  Will let you know if I find something helpful. *Punit Arya* /Sent From Mozilla Thunderbird/ // On 2024-08-31 20:08, Ihor Radchenko wrote: Punit Arya writes: It has been a month. Have you had a chance to look into providing more details

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-08-31 Thread Ihor Radchenko
Punit Arya writes: >> It has been a month. Have you had a chance to look into providing more >> details? >> > > I did not get the warning while using the latest Org (9.7.11) from the > repo and minimal config as suggested in the page. > > I guess I need to bisect and troubleshoot my config. D

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-08-27 Thread Punit Arya
On 2024-08-27 11:51, Dov Grobgeld wrote: Any particular reason you use a macro instead of just binding to a function like this? (defun insert-current-datetime ()   "Insert the current date and time in the format '-MM-DD HH:MM:SS' at point."   (interactive)   (insert (format-time-string

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-08-26 Thread Dov Grobgeld
Any particular reason you use a macro instead of just binding to a function like this? (defun insert-current-datetime () "Insert the current date and time in the format '-MM-DD HH:MM:SS' at point." (interactive) (insert (format-time-string "%Y-%m-%d %H:%M:%S"))) On Tue, Aug 27, 2024 at

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-08-26 Thread Punit Arya
On 2024-08-22 11:54, Ihor Radchenko wrote: Ihor Radchenko writes: Punit Arya writes: Yes, I've installed org-9.7.7 from ELPA and the issue persists.  I get this error text now when running the shell command: Please try to provide a detailed reproducer using Org git repository, starting fr

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-08-21 Thread Ihor Radchenko
Ihor Radchenko writes: > Punit Arya writes: > >> Yes, I've installed org-9.7.7 from ELPA and the issue persists.  I get >> this error text now when running the shell command: > > Please try to provide a detailed reproducer using Org git repository, > starting from make repro. See > https://org

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-07-22 Thread Ihor Radchenko
Punit Arya writes: > Yes, I've installed org-9.7.7 from ELPA and the issue persists.  I get > this error text now when running the shell command: Please try to provide a detailed reproducer using Org git repository, starting from make repro. See https://orgmode.org/manual/Feedback.html#Feedback

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-07-22 Thread Punit Arya
Hi Ihor Yes, I've installed org-9.7.7 from ELPA and the issue persists.  I get this error text now when running the shell command: --- Warning (org-element): org-element--cache: Org parser error in _Misc/Scratch.org::13112. Resetting.  The error was: (error "Invalid search bound (wrong side

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-07-22 Thread Ihor Radchenko
Punit Arya writes: > Alright, I'll check it out when I upgrade to the latest version 9.7 from > the ELPA repo. It has been over a month. Have you had a chance to try the latest Org mode? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at .

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-06-18 Thread Punit Arya
Alright, I'll check it out when I upgrade to the latest version 9.7 from the ELPA repo. *Punit Arya* /Sent From Mozilla Thunderbird/ // On 2024-06-18 18:09, Ihor Radchenko wrote: Punit Arya writes: Sorry, I missed the "T" there in the command. The whole command is: printf "%(%F %T)T" I

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-06-18 Thread Ihor Radchenko
Punit Arya writes: > Sorry, I missed the "T" there in the command. The whole command is: > > printf "%(%F %T)T" > > I'm working on setting up the Org mode dev environment. Will try to > reproduce in that environment and update. I tried with this command using the latest Org release. I am unab

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-05-21 Thread Punit Arya
On 2024-05-17 17:20, Ihor Radchenko wrote: Punit Arya writes: This is an EMACS keyboard macro that I've been using since more than 4-5 years now. (global-set-key [24 11 48] 'my-insert-timestamp)  ;; It translates to the key sequence: C-x C-k 0 Its definition is: (fset 'my-insert-timestamp

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-05-21 Thread Punit Arya
On 2024-05-17 17:20, Ihor Radchenko wrote: Punit Arya writes: This is an EMACS keyboard macro that I've been using since more than 4-5 years now. (global-set-key [24 11 48] 'my-insert-timestamp)  ;; It translates to the key sequence: C-x C-k 0 Its definition is: (fset 'my-insert-timestamp

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-05-17 Thread Ihor Radchenko
Punit Arya writes: > This is an EMACS keyboard macro that I've been using since more than 4-5 > years now. > > (global-set-key [24 11 48] 'my-insert-timestamp)  ;; It translates to > the key sequence: C-x C-k 0 > > Its definition is: > > (fset 'my-insert-timestamp >    (kmacro-lambda-form [?*

[BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-05-16 Thread Punit Arya
Hi This is an EMACS keyboard macro that I've been using since more than 4-5 years now. (global-set-key [24 11 48] 'my-insert-timestamp)  ;; It translates to the key sequence: C-x C-k 0 Its definition is: (fset 'my-insert-timestamp    (kmacro-lambda-form [?* ?\C-u ?\M-! ?p ?r ?i ?n ?t ?f ?