Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org-*-export-to-* #113

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Conversation

sipi
Copy link
Member

@sipi sipi commented Aug 8, 2018

This Pull Request implements all native emacs org-mode org-*-export-to-* functions (except org-org-export-to-org)
This export functions need emacs installed to work.

I does not test it on Windows or Mac !

List of new commands:

  • org.asciiExportToAscii
  • org.beamerExportToLatex
  • org.beamerExportToPdf
  • org.htmlExportToHtml
  • org.icalendarExportToIcs
  • org.latexExportToLatex
  • org.latexExportToPdf
  • org.mdExportToMarkdown
  • org.odtExportToOdt

src/extension.ts Outdated Show resolved Hide resolved
@dmytrokyrychuk
Copy link

I think it would make more sense to make a single org.exportToFormat command with a format as its argument, and another org.export command that would show a list of formats to choose from and call org.exportToFormat with the chosen format. The built-in Tasks: Run Task is implemented in a similar way. What do you think, @sipi?

@sipi
Copy link
Member Author

sipi commented Apr 5, 2019

I started building a separate extension for these features since Emacs has to be installed on the computer is a strong requirement. Perhaps, I can create a new repo under the vscode-org-mode organization as org-emacs-export? What do you think about?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants