You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: