Skip to content

Commit

Permalink
fix(org): typo (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 21, 2023
1 parent 2b638db commit cf899af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/extras/me-org-extras.el
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Example: \"#+TITLE\" -> \"#+title\"
org-export-process
(lambda (process event)
(unless (process-live-p process)
(message "Org async export finised, see *Org Export Process* for more details."))))))
(message "Org async export finished, see *Org Export Process* for more details."))))))
(message "PDF exported to: %s."
(abbreviate-file-name
(file-name-nondirectory out-file))))))))
Expand Down

0 comments on commit cf899af

Please sign in to comment.