-
Notifications
You must be signed in to change notification settings - Fork 35
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
verbatim text (curly braces) #29
Comments
I've just started using ejira, and I've noticed it does this also. A JIRA project I've imported makes heavy use of the |
Colored text was something I also ran into, but did not end up implementing as there was no support for it in the org-mode. It would be really nice if I could at least edit an issue description, which already has coloring - without destroying it. Creating a body of text with coloring in org-mode would probably require extending org syntax itself. |
It's not the end of the world - just being able to escape JIRA's UI is a huge win on its own :) But a nice to have! |
I fixed the {{}} issue; if it by itself is causing trouble for others, I can make the fix available. IIRC, it had to do with |
Does anyone else have the problem that Jira verbatim text is not converted?
When I have
~Example Text~
in org, it gets converted correctly to{{Example Text}}
in Jira, but when converting from Jira to org, the replacement does not occur, the curly braces end up in org and are converted to Jira markup on the next push, so that the text in Jira subsequently is garbled.I have checked the regex pattern, it seems ok. I am at a loss as to why the transformation does not happen.
The text was updated successfully, but these errors were encountered: