mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
Removed extraneous quote on the list passed to `org-export-define-backend'.
* org-e-groff.el (e-groff): Removed quote at the beginning of the list of cons containing the backend defition that is being passed to `org-export-define-backend'.
This commit is contained in:
parent
59f9e22dda
commit
2a87c94c9f
@ -39,16 +39,13 @@
|
||||
|
||||
(eval-when-compile (require 'cl))
|
||||
|
||||
(defvar org-export-groff-default-packages-alist)
|
||||
(defvar org-export-groff-packages-alist)
|
||||
|
||||
(require 'org-export)
|
||||
|
||||
|
||||
;;; Define Back-End
|
||||
|
||||
(org-export-define-backend e-groff
|
||||
'((babel-call . org-e-groff-babel-call)
|
||||
((babel-call . org-e-groff-babel-call)
|
||||
(bold . org-e-groff-bold)
|
||||
(center-block . org-e-groff-center-block)
|
||||
(clock . org-e-groff-clock)
|
||||
|
Loading…
Reference in New Issue
Block a user