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

Not catching org-mode code markup with certain ending characters #3933

Closed
paulbdavis opened this issue Sep 25, 2017 · 2 comments
Closed

Not catching org-mode code markup with certain ending characters #3933

paulbdavis opened this issue Sep 25, 2017 · 2 comments

Comments

@paulbdavis
Copy link

When using org mode as an input, certain code formatted text is not being parsed when certain characters are at the end

 % pandoc --version 
pandoc 1.19.2.1
Compiled with pandoc-types 1.17.1, texmath 0.9.4.2, skylighting 0.1.1.5
 % echo "~C-c '~" | pandoc -f org    
<p>~C-c '~</p>

(expected output <p><code>C-c '</code></p>

This does not seem to be the case when there are more characters after the '

 % echo "~C-c ' foo~" | pandoc -f org
<p><code>C-c ' foo</code></p>
@tarleb tarleb self-assigned this Sep 25, 2017
@tarleb tarleb added this to the pandoc 2.0 milestone Sep 25, 2017
@tarleb
Copy link
Collaborator

tarleb commented Sep 25, 2017

Thanks for the report. This used to be the correct behavior for previous org versions, but it seems like this was changed recently.

@tarleb tarleb closed this as completed in 3a76632 Sep 25, 2017
@tarleb
Copy link
Collaborator

tarleb commented Sep 25, 2017

For the record: this was changed in org-mode 9.0, which was released 2016-11-02 (so "recently" was probably the wrong word here).

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

No branches or pull requests

2 participants