Closed knightgu closed 1 year ago
When I tried your example, the buffer and the file were identical.
Are you sure you didn't accidentally hit C-b
for body-only
?
If so, try M-: (org-ravel-export-to-file 'ravel-markdown)
and see what happens. If it works, try the the export dispatcher again and look carefully to see that Body only: off
is shown. If so and you still get the file without the header, my bet is some issue in the export dispatch.
Running M-: (org-ravel-export-to-file 'ravel-markdown)
gives the expected R markdown file. You are right that this is a problem with my org export dispatch. Specifically, the C-c C-e r m
keybinding was masked by the org-ref
markdown export. I will fix that on my end. Thanks for your help @chasberry.
When exporting using
ox-ravel
, I got different results using[m] Ravel-markdown file
and[M] Ravel-markdown buffer
inorg-export-dispatch
. The following gives an example of the difference:Org file:
Markdown file using
C-c C-e r m
(Ravel-markdown file):R markdown buffer using
C-c C-e r M
(Ravel-markdown buffer):The area of a circle with radius
r radius
is $$ A=\pi(2)^{2}=r area
. $$