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

Org table format breaks when using a "-" in the link to a file. #9

Closed
mpas opened this issue Jan 28, 2022 · 0 comments
Closed

Org table format breaks when using a "-" in the link to a file. #9

mpas opened this issue Jan 28, 2022 · 0 comments

Comments

@mpas
Copy link

mpas commented Jan 28, 2022

For example this layout breaks..

| col A                                  | col B                                  |
| plain text                             | plain text                             |
| bold text                              | *bold text*                              |
| underline text                         | _underline text_                         |
| bold and underline text                | *_bold and underline text_*              |
| https://wwww.ace.org                   | https://www.acme.org                   |
| [[https://www.acme.org][text with https link]]                   | [[https://www.acme.org][text with https link]]                   |
| [[file:file.txt][text with file link]]                    | [[file:file.txt][text with file link]]                    |
| [[file:text file.txt][text with a file link including a " "]]  | [[file:text file.txt][text with a file link including a " "]]  |
| [[file:text_file.txt][text with a file link including a "_"]]  | [[file:text_file.txt][text with a file link including a "_"]]  |
| [[file:text-file.txt][text with a file link including a "-"]] | [[file:text-file.txt][text with a file link including a "-"]] |

image

I noticed this when using org-roam that uses id's inside the link and a table broke.

@Fuco1 Fuco1 closed this as completed in e8a22d4 Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant