[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] lisp/org-table.el: Allow named columns on lhs
From: |
Gavin Downard |
Subject: |
[PATCH] lisp/org-table.el: Allow named columns on lhs |
Date: |
Tue, 18 Jul 2023 19:36:02 -0700 |
User-agent: |
mu4e 1.10.4; emacs 29.0.92 |
This patch does prioritize named columns over named fields, which can
break compatibility in tables with a named column and named field with
the same name. Alternatively, we could prioritize named fields to
preserve compatibility, but since named columns are prioritized on the
rhs, it could be pretty confusing.
0001-lisp-org-table.el-Allow-named-columns-on-lhs.patch
Description: Text Data
- [PATCH] lisp/org-table.el: Allow named columns on lhs,
Gavin Downard <=
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Ihor Radchenko, 2023/07/19
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Max Nikulin, 2023/07/21
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Gavin Downard, 2023/07/21
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Max Nikulin, 2023/07/21
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Ihor Radchenko, 2023/07/22
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Max Nikulin, 2023/07/22
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Ihor Radchenko, 2023/07/22
Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Max Nikulin, 2023/07/22