From: Mario Frasca <mario@anche.no>
To: emacs-orgmode@gnu.org
Subject: Re: [PATCH] allow for multiline headers
Date: Sat, 13 Jun 2020 15:20:01 -0500 [thread overview]
Message-ID: <f2f9160b-399c-71e3-357d-f1454e975b59@anche.no> (raw)
In-Reply-To: <87wo4bhpkx.fsf@nicolasgoaziou.fr>
hi Nicolas,
is there an agreement on cl-lib usage within the project? I was hinted
at cl-loop in this mailing list, and I liked it, in particular the
`collect' clause, the destructuring feature, and less parentheses. I
had no exposure to cl-loop before the hint received here.
I can leave existing loops in peace, or edit them keeping them
cl-loop-free. as for myself, I find it practical and readable. let's
say I'll try to limit usage.
On 12/06/2020 17:44, Nicolas Goaziou wrote:
> Also, the first hline is used to determine where to end the header.
> A table starting with a hline has no header. Therefore, I suggest to
> avoid removing hlines at the beginning of a table, we would lose
> information.
this is not a correct description of the current status, at least not
within org-plot.
(let ((table (org-table-to-lisp)) …
in org-plot we expect either the first or the second element of `table'
to be a list;
any leading `hline' is removed;
if the second element of `table' is a hline, the first element of
`table' is considered to be the header (in this case -and only in this
case- any subsequent `hline' is then removed from `table');
the presence of hline elements in `table' will crash the routine.
----------------------
a table looking like hline-header-hline-data is treated as having a
header, while your description says it's all data, no header, because of
the leading hline.
but in my opinion if there's any problem or misunderstanding here, it's
because there's no unit tests that describe the correct behaviour. can
we work at that?
in fact, there's not even a org-table-headers function, that would
return the table headers.
anyhow, what do you think of the multiple-lines-header option?
MF
next prev parent reply other threads:[~2020-06-13 20:27 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-12 17:14 [PATCH] allow for multiline headers Mario Frasca
2020-06-12 22:44 ` Nicolas Goaziou
2020-06-13 20:20 ` Mario Frasca [this message]
2020-06-13 21:20 ` Mario Frasca
2020-06-13 22:18 ` Nicolas Goaziou
2020-06-13 23:03 ` Mario Frasca
2020-06-14 19:23 ` Nicolas Goaziou
[not found] ` <3e6ee551-4ef7-7d96-93dc-19a4973e1af8@anche.no>
[not found] ` <871rm5vslh.fsf@nicolasgoaziou.fr>
2020-06-27 15:39 ` Mario Frasca
2020-06-28 23:17 ` Nicolas Goaziou
2020-06-29 0:27 ` Mario Frasca
2020-06-29 12:50 ` Nicolas Goaziou
2020-06-29 16:26 ` Mario Frasca
2020-06-29 18:36 ` Nicolas Goaziou
2020-06-29 22:01 ` Mario Frasca
2020-07-01 10:46 ` Nicolas Goaziou
2020-07-01 12:06 ` Mario Frasca
2020-07-04 8:58 ` Nicolas Goaziou
2020-07-04 13:47 ` Mario Frasca
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f2f9160b-399c-71e3-357d-f1454e975b59@anche.no \
--to=mario@anche.no \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).