public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* docx to org and odt to org
@ 2020-07-24 20:01 Uwe Brauer
  0 siblings, 0 replies; only message in thread
From: Uwe Brauer @ 2020-07-24 20:01 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw



Hi

I have to convert docx to org.
It turns out that a simple list in docx is translated to 

  2. Descriptive statistics
#+END_QUOTE

-  

   #+BEGIN_QUOTE
     Population and samples.
   #+END_QUOTE

-  

   #+BEGIN_QUOTE
     Frequencies, mean, variance, covariance and standard deviation.
   #+END_QUOTE

-  

   #+BEGIN_QUOTE
     Regression analysis.
   #+END_QUOTE

However when I save, via libreoffice the file as odt and then convert it
to org I obtain 

2.Descriptive statistics

-  Population and samples.
-  Frequencies, mean, variance, covariance and standard deviation.
-  Regression analysis.

Which is almost correct.

Correct would be
2. Descriptive statistics

   - Population and samples.
   - Frequencies, mean, variance, covariance and standard deviation.
   - Regression analysis.

However my point is, couldn't the 
   #+BEGIN_QUOTE
   #+END_QUOTE

Constructions be suppressed?

Regards

Uwe Brauer 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-24 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 20:01 docx to org and odt to org Uwe Brauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).