Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support names on tables #34

Open
jkitchin opened this issue Jan 24, 2021 · 1 comment
Open

support names on tables #34

jkitchin opened this issue Jan 24, 2021 · 1 comment
Labels

Comments

@jkitchin
Copy link

In an org-file like this, the table would have tabname as a name in the org-element. It would be helpful to have this information as attributes or something in orgparse.extra.Table.

#+caption: Some caption for a table
#+name: tabname
| x | y |
|---|---|
| 1 | 2 |
@karlicoss karlicoss added the bug label Jan 24, 2021
@karlicoss
Copy link
Owner

Hmm good idea! So far I've been locating a named heading & extracting the table under it (assuming it's the only one), whereas if we used the name, it would simplify it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants