emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: glyn@millingtons.org
To: Brandon Taylor <donnie126_2002@hotmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Export Org mode files to (gag, barf) MS Office?
Date: Sat, 26 Jun 2021 16:18:10 +0100	[thread overview]
Message-ID: <878s2whcy5.fsf@nowhere.org> (raw)
In-Reply-To: <SA1PR13MB4799DBE017BDC4DA869BA10BA2059@SA1PR13MB4799.namprd13.prod.outlook.com> (Brandon Taylor's message of "Sat, 26 Jun 2021 14:44:19 +0000")

Brandon Taylor <donnie126_2002@hotmail.com> writes:

> I know we’re not supposed to really even TALK about proprietary
> software in FOSS communities like this one, but I can’t help but
> wonder if someone might consider making (an) Emacs plugin(s) 
> that
> allow(s) a user to export Org mode files to Microsoft Office 
> file
> formats such as .docx, .xlsx and the like? Or is/are there 
> already (a)
> plugin(s) in the MELPA that can do this?
>
>  
>
> Brandon Taylor
>
>  
>
> Sent from Mail for Windows 10

The ox-pandoc package works here for .docx, running on Linux - 
here are the settings I use, but you may have to experiment

(use-package ox-pandoc
  :defer 7
  :config
  (setq org-pandoc-options '((standalone . t))
;; cancel above settings only for 'docx' format
   org-pandoc-options-for-docx '((standalone . nil))
;; special settings for beamer-pdf and latex-pdf exporters
   org-pandoc-options-for-beamer-pdf '((pdf-engine . "xelatex"))
  org-pandoc-options-for-latex-pdf '((pdf-engine . "xelatex"))))

atb

Glyn


  parent reply	other threads:[~2021-07-01 10:01 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-26 14:44 Export Org mode files to (gag, barf) MS Office? Brandon Taylor
2021-06-26 14:54 ` Bruce D'Arcus
2021-06-26 14:56   ` Bruce D'Arcus
2021-06-26 14:57   ` Brandon Taylor
2021-06-26 15:00     ` Bruce D'Arcus
2021-06-26 15:29       ` Brandon Taylor
2021-06-26 15:49         ` Rob Sargent
2021-06-26 16:27           ` Brandon Taylor
2021-06-26 19:18             ` tomas
2021-06-26 19:49               ` Marcin Borkowski
2021-06-26 20:12                 ` Libre vs Open Office [was: Export Org mode files to (gag, barf) MS Office?] tomas
2021-06-27 19:38                   ` Marcin Borkowski
2021-06-26 19:07     ` Boo Hiss ;-) " tomas
2021-06-26 15:04 ` Export Org mode files to (gag, barf) MS Office? John Kitchin
2021-06-26 15:15 ` Juan Manuel Macías
2021-06-26 15:18 ` glyn [this message]
2021-06-26 21:46 ` Tim Cross
2021-06-26 22:30   ` George Mauer
2021-06-27  0:25     ` Brandon Taylor
2021-06-27  4:05       ` Tim Cross
2021-06-27 21:08         ` Brandon Taylor
2021-06-27 22:38           ` Tim Cross
2021-06-28  1:48             ` Brandon Taylor
2021-07-01  8:28 ` Karl Voit
  -- strict thread matches above, loose matches on Subject: below --
2021-06-27 16:13 emanuel.charpentier
2021-06-27 16:17 ` Samuel Banya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878s2whcy5.fsf@nowhere.org \
    --to=glyn@millingtons.org \
    --cc=donnie126_2002@hotmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).