GNU bug report logs - #44133
org-table insert/delete multiple columns [PATCH INCLUDED]

Previous Next

Package: org-mode;

Reported by: Boruch Baum <boruch_baum <at> gmx.com>

Date: Thu, 22 Oct 2020 07:28:02 UTC

Severity: wishlist

Tags: patch

To reply to this bug, email your comments to 44133 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#44133; Package emacs. (Thu, 22 Oct 2020 07:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Boruch Baum <boruch_baum <at> gmx.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 22 Oct 2020 07:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Boruch Baum <boruch_baum <at> gmx.com>
To: Emacs Bug Reporting <bug-gnu-emacs <at> gnu.org>
Subject: org-table insert/delete multiple columns [PATCH INCLUDED]
Date: Thu, 22 Oct 2020 03:27:09 -0400
[Message part 1 (text/plain, inline)]
Currently, functions org-table-insert-column and
org-table-delete-column only perform the operation a single time. The
attached patch adds a feature to allow insertion and deletion of
multiple columns by specifying a numeric prefix argument.

A nice follow-up would be for someone else to add operations on a range,
but I'm not offering that here.

--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0
[org-table-mult-ops.patch (text/x-diff, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44133; Package emacs. (Thu, 13 May 2021 10:57:02 GMT) Full text and rfc822 format available.

Message #8 received at 44133 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Boruch Baum <boruch_baum <at> gmx.com>
Cc: Bastien <bzg <at> gnu.org>, 44133 <at> debbugs.gnu.org
Subject: Re: bug#44133: org-table insert/delete multiple columns [PATCH
 INCLUDED]
Date: Thu, 13 May 2021 12:56:29 +0200
Boruch Baum <boruch_baum <at> gmx.com> writes:

> Currently, functions org-table-insert-column and
> org-table-delete-column only perform the operation a single time. The
> attached patch adds a feature to allow insertion and deletion of
> multiple columns by specifying a numeric prefix argument.

This seems like a useful addition to me.  I've added Bastien to the CCs;
perhaps he'll have some comments.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44133; Package emacs. (Fri, 14 May 2021 05:17:02 GMT) Full text and rfc822 format available.

Message #11 received at 44133 <at> debbugs.gnu.org (full text, mbox):

From: Bastien <bzg <at> gnu.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 44133 <at> debbugs.gnu.org, Boruch Baum <boruch_baum <at> gmx.com>
Subject: Re: bug#44133: org-table insert/delete multiple columns [PATCH
 INCLUDED]
Date: Fri, 14 May 2021 07:16:36 +0200
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Boruch Baum <boruch_baum <at> gmx.com> writes:
>
>> Currently, functions org-table-insert-column and
>> org-table-delete-column only perform the operation a single time. The
>> attached patch adds a feature to allow insertion and deletion of
>> multiple columns by specifying a numeric prefix argument.
>
> This seems like a useful addition to me.  I've added Bastien to the CCs;
> perhaps he'll have some comments.

Indeed, thanks for the heads up.

Boruch, can you resend this patch with git send-email to
emacs-orgmode <at> gnu.org together with a changelog entry?

See https://orgmode.org/worg/org-contribute.html#commit-messages for
directions on writing the patch.

-- 
 Bastien




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44133; Package emacs. (Wed, 21 Jul 2021 12:10:02 GMT) Full text and rfc822 format available.

Message #14 received at 44133 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Bastien <bzg <at> gnu.org>
Cc: 44133 <at> debbugs.gnu.org, Boruch Baum <boruch_baum <at> gmx.com>
Subject: Re: bug#44133: org-table insert/delete multiple columns [PATCH
 INCLUDED]
Date: Wed, 21 Jul 2021 14:09:34 +0200
Bastien <bzg <at> gnu.org> writes:

> Boruch, can you resend this patch with git send-email to
> emacs-orgmode <at> gnu.org together with a changelog entry?
>
> See https://orgmode.org/worg/org-contribute.html#commit-messages for
> directions on writing the patch.

Has there been any progress here on this patch?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44133; Package emacs. (Mon, 11 Oct 2021 12:54:02 GMT) Full text and rfc822 format available.

Message #17 received at 44133 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Bastien <bzg <at> gnu.org>, 44133 <at> debbugs.gnu.org,
 Boruch Baum <boruch_baum <at> gmx.com>
Subject: Re: bug#44133: org-table insert/delete multiple columns [PATCH
 INCLUDED]
Date: Mon, 11 Oct 2021 05:53:19 -0700
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Bastien <bzg <at> gnu.org> writes:
>
>> Boruch, can you resend this patch with git send-email to
>> emacs-orgmode <at> gnu.org together with a changelog entry?
>>
>> See https://orgmode.org/worg/org-contribute.html#commit-messages for
>> directions on writing the patch.
>
> Has there been any progress here on this patch?

Just a friendly ping.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44133; Package emacs. (Wed, 13 Oct 2021 07:59:01 GMT) Full text and rfc822 format available.

Message #20 received at 44133 <at> debbugs.gnu.org (full text, mbox):

From: Bastien Guerry <bzg <at> gnu.org>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 44133 <at> debbugs.gnu.org,
 Boruch Baum <boruch_baum <at> gmx.com>
Subject: Re: bug#44133: org-table insert/delete multiple columns [PATCH
 INCLUDED]
Date: Wed, 13 Oct 2021 09:57:47 +0200
Stefan Kangas <stefan <at> marxist.se> writes:

> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>
>> Bastien <bzg <at> gnu.org> writes:
>>
>>> Boruch, can you resend this patch with git send-email to
>>> emacs-orgmode <at> gnu.org together with a changelog entry?
>>>
>>> See https://orgmode.org/worg/org-contribute.html#commit-messages for
>>> directions on writing the patch.
>>
>> Has there been any progress here on this patch?
>
> Just a friendly ping.

Thanks -- Boruch, now is a good time for such patches against the main
branch of Org, as we are working on 9.6.

See https://orgmode.org/worg/org-contribute.html for directions on how
to contribute.

Best,

-- 
 Bastien




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44133; Package emacs. (Fri, 12 Nov 2021 08:01:01 GMT) Full text and rfc822 format available.

Message #23 received at 44133 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Bastien Guerry <bzg <at> gnu.org>
Cc: 44133 <at> debbugs.gnu.org, Stefan Kangas <stefan <at> marxist.se>,
 Boruch Baum <boruch_baum <at> gmx.com>
Subject: Re: bug#44133: org-table insert/delete multiple columns [PATCH
 INCLUDED]
Date: Fri, 12 Nov 2021 09:00:19 +0100
Bastien Guerry <bzg <at> gnu.org> writes:

> Thanks -- Boruch, now is a good time for such patches against the main
> branch of Org, as we are working on 9.6.
>
> See https://orgmode.org/worg/org-contribute.html for directions on how
> to contribute.

This was four weeks ago -- has there been any progress here?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 3 years and 216 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.