You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I gather that this tool is what's being used in github to parser to parse orgmode files. I'm seeing an issue with my README.org file.
Specifically here:
- ~CSVKWARGS~ - Arguments to pass to [[https://docs.python.org/3/library/csv.html][csv.reader]].
e.g. ~CSVKWARGS={'delimiter': ',', quotechar='"'}~ for comma delimited files using ~"~ as quote character.
and here:
- ~CSVECODING~ - Encoding of the CSV file.
e.g. ~CSVECODING='utf-8-sig'~ is the encoding used for data downloaded from [[https://www.usgs.gov/core-science-systems/ngp/board-on-geographic-names/download-gnis-data][GNIS]].
Org-mode in Emacs has no trouble with it, neither does exporting to md within Emacs.
It looks like it might have to do with the quote character at the end of the verbatim string. I'm not at all familiar with Ruby so I'm not sure how to reproduce using this tool directly or debug the problem. Feel free to close if this is the wrong tool and this tool has no issue with it.
Regards
The text was updated successfully, but these errors were encountered:
I gather that this tool is what's being used in github to parser to parse orgmode files. I'm seeing an issue with my README.org file.
Specifically here:
and here:
Org-mode in Emacs has no trouble with it, neither does exporting to
md
within Emacs.It looks like it might have to do with the quote character at the end of the verbatim string. I'm not at all familiar with Ruby so I'm not sure how to reproduce using this tool directly or debug the problem. Feel free to close if this is the wrong tool and this tool has no issue with it.
Regards
The text was updated successfully, but these errors were encountered: