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

defvar pandoc command #14

Open
Ambrevar opened this issue Sep 12, 2018 · 1 comment
Open

defvar pandoc command #14

Ambrevar opened this issue Sep 12, 2018 · 1 comment
Assignees
Milestone

Comments

@Ambrevar
Copy link

It's good practice to use a defvar variable to set external commands: this way, it's especially useful for systems where pandoc is installed but not necessarily in the PATH (e.g. with Nix or Guix) or for alternate installs of pandoc.

(defvar org-web-tools-pandoc-command "pandoc")
@alphapapa
Copy link
Owner

Good idea, thanks.

@alphapapa alphapapa self-assigned this Sep 12, 2018
@alphapapa alphapapa added this to the 1.4 milestone Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants