Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.6k
Closed
Labels
Description
Explain the problem.
Hello there, I'm facing an issue to convert from orgmode to another formats, everything works flawlessly, except for the table.el tables, I tried using the following arranges:
#+LABEL: tbl:Cosasexample#+CAPTION: Cosas+-------+-------+| cosas | cosas || cosas | cosas |+=======+=======+| cosas | cosas || cosas | cosas || cosas | cosas || cosas | cosas |+-------+-------+
when I'm trying to create the catpions, when I runpandoc filename.org -t markdown
it results in:
\{=org\}#+LABEL: tbl:Cosasexample{=org}#+CAPTION: Cosas --------------- cosas cosas cosas cosas ------- ------- cosas cosas cosas cosas cosas cosas cosas cosas ---------------
I expected the standard markdown caption as a result, it also fails in docx and latex, thanks for your help :)
Pandoc version?
pandoc 3.1.6
Features: +server +lua
Scripting engine: Lua 5.4