Skip to content

Commit

Permalink
org-export: switch to zensols.rend from zensols.showfile
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Dec 19, 2023
1 parent d2fa0e3 commit cff4504
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flex-compile-org-export.el
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,11 @@ THIS is the object instance."
By default, this uses `org-twbs-export-to-html' set on the `export-fn' slot.
Todo: make this OS independent as currently the browser only opens on OSX.
THIS is the object instance."
(config-prop-entry-set-required this)
(cl-flet ((om-render-file (file-name)
(message "Showing file %s" file-name)
(shell-command (format "showfile show %s &" file-name))))
(shell-command (format "rend show %s &" file-name))))
(with-slots (export-fn config-file open-file) this
(with-current-buffer (flex-compiler-conf-file-buffer this)
(let* ((open-fn (cl-case open-file
Expand Down

0 comments on commit cff4504

Please sign in to comment.