Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/pandocPublic

Org Mode export to Dokuwiki with R Source Code Block drops language name #6807

Closed
@RyanGreenup

Description

@RyanGreenup

When exporting org-mode with anR source code block, the output for for dokuwiki should be<code rsplus> but instead it's empty, this does however work for other languages. This should be changed to include the correct language.

Here's a minimum working example:

#+begin_src pythonprint(3)#+end_src#+begin_src Rprint(3)#+end_src

Then runningpandoc -f org -t dokuwiki the output given is this:

<code python>print(3)</code><code>print(3)</code>

It would be better if the output was:

<code python>print(3)</code><code rsplus>print(3)</code>
Pandoc Version

pandoc 2.11Compiled with pandoc-types 1.22, texmath 0.12.0.3, skylighting 0.10Default user data directory: /home/ryan/.local/share/pandoc or /home/ryan/.pandocCopyright (C) 2006-2020 John MacFarlaneWeb:  https://pandoc.orgThis is free software; see the source for copying conditions.There is no warranty, not even for merchantability or fitnessfor a particular purpose.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp