Re: [BUG] orgalist send bug

2024-06-18 Thread Ihor Radchenko
Rustom Mody writes: >> 1. make repro >> 2. download orgalist source code separately > > > All I can find is https://elpa.gnu.org/packages/orgalist.html > That has a link > https://elpa.gnu.org/packages/orgalist-1.14.tar > which is broken > ... > When I changed the 14 in the link to 15 I could dow

Re: [BUG] orgalist send bug

2024-06-18 Thread Rustom Mody
Playing around a little more only more confusing Earlier I thought: - Normal emacs startup gives warning on send - make repro startup makes it an error But now I find that even the make repro also gives warnings or errors unpredictably. [Normal startup was never giving errors; only warnings and

Re: [BUG] orgalist send bug

2024-06-18 Thread Rustom Mody
On Tue, Jun 18, 2024 at 2:51 PM Nicolas Goaziou wrote: > > Hello, > > Rustom Mody writes: > > > I can confirm that with orgalist 1.15 the delete behavior has been > > corrected -- Thanks! > > The warning: > > ⛔ Warning (org-element): ‘org-element-at-point’ cannot be used in non-Org > > buffer # (

Re: [BUG] orgalist send bug

2024-06-18 Thread General discussions about Org-mode.
Hello, Rustom Mody writes: > I can confirm that with orgalist 1.15 the delete behavior has been > corrected -- Thanks! > The warning: > ⛔ Warning (org-element): ‘org-element-at-point’ cannot be used in non-Org > buffer # (text-mode) I think I fixed it in release freshly submitted release 1.16.

Re: [BUG] orgalist send bug

2024-06-18 Thread Rustom Mody
On Tue, Jun 18, 2024 at 1:09 PM Ihor Radchenko wrote: > > Rustom Mody writes: > > >> 1. make repro > >> 2. (push "/path/to/orgalist/folder/on/elpa/dir" load-path) > >> > >> > > Doing that alone does not find orgalist-mode > > If I add: > > 3. load-file "/path/to/orgalist/folder/on/elpa/dir/orgali

Re: [BUG] orgalist send bug

2024-06-18 Thread Ihor Radchenko
Rustom Mody writes: >> 1. make repro >> 2. (push "/path/to/orgalist/folder/on/elpa/dir" load-path) >> >> > Doing that alone does not find orgalist-mode > If I add: > 3. load-file "/path/to/orgalist/folder/on/elpa/dir/orgalist-autoloads.el" > > then orgalist minor mode starts > > But on M-x orgali

Re: [BUG] orgalist send bug

2024-06-17 Thread Rustom Mody
Note I tried removing the elpa packages requiring org but there are many Including org-contrib

Re: [BUG] orgalist send bug

2024-06-17 Thread Rustom Mody
On Tue, Jun 18, 2024 at 11:59 AM Ihor Radchenko wrote: > Rustom Mody writes: > > > There is no mixed org > > > > List-load-path-shadows shows a git org 9.8pre and an elpa org 9.6 > > I cant remove the elpa because there are other elpa packages that have > > (require 'org) > > > > Any thoughts/su

Re: [BUG] orgalist send bug

2024-06-17 Thread Ihor Radchenko
Rustom Mody writes: > There is no mixed org > > List-load-path-shadows shows a git org 9.8pre and an elpa org 9.6 > I cant remove the elpa because there are other elpa packages that have > (require 'org) > > Any thoughts/suggestions? There _is_ mixed Org. In this particular case, likely org 9.6

Re: [BUG] orgalist send bug

2024-06-17 Thread Rustom Mody
On Mon, Jun 17, 2024 at 11:37 PM Nicolas Goaziou wrote: > > Fixed. Thank you. > > Nicolas: I can confirm that with orgalist 1.15 the delete behavior has been corrected -- Thanks! The warning: ⛔ Warning (org-element): ‘org-element-at-point’ cannot be used in non-Org buffer # (text-mode) remains

Re: [BUG] orgalist send bug

2024-06-17 Thread General discussions about Org-mode.
Hello, Ihor Radchenko writes: > I can reproduce. The problem is in > > ;; FIXME: Compatibility layer. Remove when > ;; we require at least Emacs 26.1. > (funcall (if (fboundp 'org-list-to-lisp) > 'org-list-t

Re: [BUG] orgalist send bug

2024-06-17 Thread Ihor Radchenko
Rustom Mody writes: > On Sun, Jun 16, 2024 at 5:42 PM Ihor Radchenko wrote: > >> >> Please follow https://orgmode.org/manual/Feedback.html#Feedback >> >> > 1. make repro > 2. package-initialize (to get org-alist) Please do M-: (require 'org-element) RET here. You are getting a mix of built-in a

Re: [BUG] orgalist send bug

2024-06-16 Thread Rustom Mody
Oops after sending the last mail, when I closed the debug window I see this warning window below ⛔ Warning (emacs): Org version mismatch. This warning usually appears when a built-in Org version is loaded prior to the more recent Org version. Version mismatch is commonly encountered in the follow

Re: [BUG] orgalist send bug

2024-06-16 Thread Rustom Mody
On Sun, Jun 16, 2024 at 5:42 PM Ihor Radchenko wrote: > > Please follow https://orgmode.org/manual/Feedback.html#Feedback > > 1. make repro 2. package-initialize (to get org-alist) 3. load file shown above 4. M-x orgalist-send-list Backtrace Debugger entered--Lisp error: (void-variable org-el

Re: [BUG] orgalist send bug

2024-06-16 Thread Ihor Radchenko
Rustom Mody writes: >> I cannot reproduce using the latest Org mode. >> >> > Maybe relevant to "cant reproduce" > > I tried to run it with make vanilla -- got the error of mismatching org > versions > Tried to remove the elc files as suggested in that error message -- the > error became more invo

Re: [BUG] orgalist send bug

2024-06-15 Thread Rustom Mody
Some immediate data org-version: 9.8pre emacs-version: 29.1 orgalist version 1.14 On Sun, Jun 16, 2024 at 8:01 AM Rustom Mody wrote: > > > On Sat, Jun 15, 2024 at 6:55 PM Ihor Radchenko > wrote: > >> CCing Nicolas. >> >> Rustom Mody writes: >> >> > This is regarding the separate package orgal

Re: [BUG] orgalist send bug

2024-06-15 Thread Rustom Mody
On Sat, Jun 15, 2024 at 6:55 PM Ihor Radchenko wrote: > CCing Nicolas. > > Rustom Mody writes: > > > This is regarding the separate package orgalist by Nicolas Goaziou. > > https://elpa.gnu.org/packages/orgalist.html > > > > I installed orgalist with package install. > > Open the file orgalist.t

Re: [BUG] orgalist send bug

2024-06-15 Thread Ihor Radchenko
CCing Nicolas. Rustom Mody writes: > This is regarding the separate package orgalist by Nicolas Goaziou. > https://elpa.gnu.org/packages/orgalist.html > > I installed orgalist with package install. > Open the file orgalist.txt which contains the example from orgalist shown > below > M-x orgalis

[BUG] orgalist send bug

2024-06-14 Thread Rustom Mody
This is regarding the separate package orgalist by Nicolas Goaziou. https://elpa.gnu.org/packages/orgalist.html I installed orgalist with package install. Open the file orgalist.txt which contains the example from orgalist shown below M-x orgalist-mode M-x orgalist-send-list I get a warning Warni