Re: [PATCH] org-table.el: Fix usage of user-error

2021-09-25 Thread Bastien
Applied in main, thanks and sorry for the delay. -- Bastien

Re: [PATCH] org-table.el: Fix usage of user-error

2021-06-03 Thread Bastien
Hi Utkarsh, Utkarsh Singh writes: > Ping! Please read https://orgmode.org/worg/org-mailing-list.html#i-didnt-receive-an-answer >From what I understand, the change is not really a bugfix. I hope someone can review and approve it. If not, I will look at it when I have some time Thanks, --

Re: [PATCH] org-table.el: Fix usage of user-error

2021-05-31 Thread Utkarsh Singh
Ping! -- Utkarsh Singh http://utkarshsingh.xyz

Re: [PATCH] org-table.el: Fix usage of user-error

2021-05-23 Thread Utkarsh Singh
On 2021-05-23, 14:24 +0530, Utkarsh Singh wrote: Hi, This patch tries to fix usage of `user-error' in `org-table-convert-region' which is currently _not_ taking benefit of non-local exit of `user-error' function and using `if' to carry out it's operations. Please note that this is just an aesth

[PATCH] org-table.el: Fix usage of user-error

2021-05-23 Thread Utkarsh Singh
>From 96b1a0b6095ecefed0f7103ea1e08e325452d3a6 Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Sun, 23 May 2021 13:48:33 +0530 Subject: [PATCH] org-table.el: Fix usage of user-error * lisp/org-table.el (org-table-convert-region): Don't use `if' because Elisp has no concept o