请问表格,引用,begin_example,begin_src这些导出可以解决吗?
我简单试了一下,我的begin_example都不换行了
请问表格,引用,begin_example,begin_src这些导出可以解决吗?
我简单试了一下,我的begin_example都不换行了
| | 1 | 2 | 3 | 4 |
|------+--------+------+-----+----|
| test | marked | miao | ??? | 唔 |
#+BEGIN_QUOTE
Life is like a box of chocolate...
--xxx
#+END_QUOTE
#+BEGIN_SRC python3
print('Hello Python')
print('Hello World')
#+END_SRC
#+BEGIN_EXAMPLE
1 the first line
2 the second line
#+END_EXAMPLE
我按我的模板的话貌似就引用有些问题,
John Kitchin 的scimax里有这个ox-word,可以结合org-ref从org导出引用到docx,唯一的问题是crossref还没实现导出,作者还在弄。http://kitchingroup.cheme.cmu.edu/blog/2017/04/15/A-new-org-mode-exporter-to-Word-for-scimax/